diff options
Diffstat (limited to 'config')
-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" |