about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2025-01-21 00:57:44 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2025-01-21 00:57:44 +0100
commit8ce6c0e990e317513af54f4e901bd8bded1d7217 (patch)
tree2868fed3c8b144a379ff63cbd2bfbbe236bf2273
parentBlog: Add RSS feed link (diff)
downloadbaitinq.ml-master.tar.gz
baitinq.ml-master.tar.bz2
baitinq.ml-master.zip
Blog: Change path of blog entries to /blog/ instead of /post/ HEAD master
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index a9a7221..5b7ea9d 100644
--- a/config.toml
+++ b/config.toml
@@ -64,7 +64,7 @@ theme = "researcher"
     weight = 2
 
 [permalinks]
-  blog = "/posts/:filename"
+  blog = "/blog/:filename"
   projects = "/project/:filename"
 
 [markup.goldmark.renderer]