Update permalink structure to include date in URLs
Modified the permalink setting in `_config.yml` to include year, month, and day in the URL structure. This change improves content organization and allows for better chronological referencing.
This commit is contained in:
parent
cd7ed8a775
commit
449ff481c9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ author:
|
|||
# URL settings
|
||||
url: "https://klise.now.sh" #
|
||||
baseurl:
|
||||
permalink: /:title/
|
||||
permalink: /:year/:month/:day/:title/
|
||||
google_analytics: # leave it blank if not wish
|
||||
fb_appid:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue