fix: [blog] fixes url to be more userfriendly

pull/56/head
Christophe Vandeplas 2021-12-31 08:12:35 +01:00
parent 140c38ffa9
commit 9c216d34ea
1 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@ summaryLength = 20
# Define the number of posts per page
paginate = 20
disablePathToLower = "True"
[menu]
@ -460,7 +462,7 @@ paginate = 20
"""
[permalinks]
blog = "/blog/:year/:month/:day/:filename/"
blog = "/:year/:month/:day/:title"
# Enable or disable top bar with social icons
[params.topbar]