From 55ebe2520dc9d40a0ff18dca663d8ed568568b8f Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 28 Sep 2024 10:26:13 +0000 Subject: [PATCH] feat(microblog): dated permalink --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 461f4f1..d01baf7 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ timezone: ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url: https://mdleom.com root: / -permalink: microblog/:title/ +permalink: microblog/:year/:month/:day/:post_title/ permalink_defaults: pretty_urls: trailing_index: false