From ef5586499f21a779c2d88c8762869be0f58e813d Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Fri, 24 May 2019 21:07:26 +0200 Subject: Fix link by applying correct permalink config --- _config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c0f2de8..d701bd6 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,14 @@ timezone: Europe/Berlin markdown: kramdown # avoid deep nesting when using categories -permalink: /:year/:month/:title.html +# Thanks to https://github.com/jekyll/jekyll/issues/4145#issuecomment-158140960 +# We only want to modify posts, not pages! +defaults: + - + scope: + type: posts + values: + permalink: /:year/:month/:title.html theme: minima -- cgit v1.2.3