From 8b6f397ecc96d792db06926dec6369da62ca2498 Mon Sep 17 00:00:00 2001 From: Priyansh Date: Tue, 6 Jul 2021 01:00:01 +0530 Subject: Fixed issues with permalink having date Github server's date is different and hence dynamic permalinks with dates are not an option to go here --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index dd5f251..d2c786a 100644 --- a/_config.yml +++ b/_config.yml @@ -30,7 +30,7 @@ github_username: luciferreeves remote_theme: chesterhow/tale markdown: kramdown mathjax: true -permalink: /:year-:month-:day/:title +permalink: /:title paginate: 5 plugins: - jekyll-feed -- cgit v1.2.3