From c4c2a7b65c98d5a72f9145910bc992a867e86881 Mon Sep 17 00:00:00 2001 From: Sungchan Yi Date: Sat, 15 Jul 2023 13:07:16 +0900 Subject: [PATCH] fix: permalink uses slugified categories --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index d83e841..e356369 100644 --- a/_config.yml +++ b/_config.yml @@ -148,8 +148,8 @@ defaults: # DO NOT modify the following parameter unless you are confident enough # to update the code of all other post links in this project. # permalink: /posts/:title/ - # 2023.7.12: fixed permalink - permalink: /:categories/:name/ + # 2023.7.15: fixed permalink + permalink: /:slugified_categories/:name/ - scope: path: _drafts values: