aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--hugo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml
index c00af36..2f9e374 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -6,7 +6,7 @@ uglyURLs = true
minifyOutput = true
[permalinks]
-blog = "/:2006/:01/:02/:title/"
+posts = "/:2006/:01/:02/:title/"
[params]
subtext = "Lots of ideas, not many implementations."