From 449ff481c9afcd3184e99c5be60a9e499ac3d431 Mon Sep 17 00:00:00 2001 From: elyday Date: Wed, 25 Dec 2024 15:00:47 +0100 Subject: [PATCH] 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. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c6b0596..0ec59bd 100644 --- a/_config.yml +++ b/_config.yml @@ -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: