aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-01-31 21:02:17 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-01-31 21:02:17 +0000
commit7ccf135f287ccb6c12494275b2220aae63aa9126 (patch)
treee451be1fd0378ffd0049d31c4ed6472f839b0485
parentd1bfe2eb0ba8836d4eef4ca5dd6e20611dc3a8c0 (diff)
downloadblossom-7ccf135f287ccb6c12494275b2220aae63aa9126.tar.gz
blossom-7ccf135f287ccb6c12494275b2220aae63aa9126.tar.bz2
blossom-7ccf135f287ccb6c12494275b2220aae63aa9126.zip
rename articles folder to blog folder
Diffstat (limited to '')
-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 {