diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-04 17:14:09 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-04 17:14:09 -0400 |
commit | c826b76870331099274ccc09b6ebbbcc166723ec (patch) | |
tree | 8a80ec2b386c1e96d3dc5b48fd9790c684e99d9f | |
parent | 2666e6df7c753aaca3faa921fcab5690caadc1fa (diff) |
fix permalink for posts
-rw-r--r-- | hugo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |