aboutsummaryrefslogtreecommitdiff
path: root/config/_default
diff options
context:
space:
mode:
Diffstat (limited to 'config/_default')
-rw-r--r--config/_default/hugo.toml2
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"