diff options
-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." |