diff options
author | Nicholas Johnson <> | 2025-07-24 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <> | 2025-07-24 00:00:00 +0000 |
commit | 697657342f43688e5cf49986d8252d74d30e4fbcbad4d5f56e5f158b8065fde6 (patch) | |
tree | fed32fd3e715c3e1bb8c6dd843452f87f3fae4debed37aba271596801ba676cd /config/_default/hugo.toml | |
parent | 90a2a70b71fed926805f8515c6e89de67e7895096a3512fe0a6d0692f1201a91 (diff) | |
download | journal-697657342f43688e5cf49986d8252d74d30e4fbcbad4d5f56e5f158b8065fde6.tar.gz journal-697657342f43688e5cf49986d8252d74d30e4fbcbad4d5f56e5f158b8065fde6.zip |
Update deprecated permalink token: ":filename"
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r-- | config/_default/hugo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 438f694..b90a568 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -12,7 +12,7 @@ disableHugoGeneratorInject = true timeZone = "UTC" [permalinks] - entry = "/:year/:month/:day/:filename" + entry = "/:year/:month/:day/:contentbasename" [markup] _merge = "deep" |