aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--blog/ejabberd.md (renamed from articles/ejabberd.md)0
-rw-r--r--blog/rot.md (renamed from articles/rot.md)0
-rw-r--r--src/blog.rs2
3 files changed, 1 insertions, 1 deletions
diff --git a/articles/ejabberd.md b/blog/ejabberd.md
index 7831432..7831432 100644
--- a/articles/ejabberd.md
+++ b/blog/ejabberd.md
diff --git a/articles/rot.md b/blog/rot.md
index a4e1068..a4e1068 100644
--- a/articles/rot.md
+++ b/blog/rot.md
diff --git a/src/blog.rs b/src/blog.rs
index b6ca75c..9acb5e2 100644
--- a/src/blog.rs
+++ b/src/blog.rs
@@ -13,7 +13,7 @@ use crate::{
Result,
};
-static DIRECTORY: &str = "./articles";
+static DIRECTORY: &str = "./blog";
#[derive(Clone)]
pub struct Blogpost {