aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorfrosty <passedgoandgot200@disroot.org>2025-06-04 17:14:09 -0400
committerfrosty <passedgoandgot200@disroot.org>2025-06-04 17:14:09 -0400
commitc826b76870331099274ccc09b6ebbbcc166723ec (patch)
tree8a80ec2b386c1e96d3dc5b48fd9790c684e99d9f
parent2666e6df7c753aaca3faa921fcab5690caadc1fa (diff)
fix permalink for posts
-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."