From: Ralf Jung Date: Sat, 2 Jan 2016 18:54:41 +0000 (+0100) Subject: fix page.url stripping off .html suffix X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/c28f3ad74ab0e5e0fecec8d060bdf137a12d322e?hp=cc84da6ade90257a16faf634b9e895b34841522a fix page.url stripping off .html suffix --- diff --git a/ralf/_config.yml b/ralf/_config.yml index a19a6d0..0b6ab46 100644 --- a/ralf/_config.yml +++ b/ralf/_config.yml @@ -1,7 +1,6 @@ # Site settings baseurl: "" url: "https://www.ralfj.de" -permalink: "/blog/:year/:month/:day/:title.html" excerpt_separator: "" timezone: "Europe/Berlin" @@ -30,6 +29,7 @@ defaults: path: "" type: "posts" values: + permalink: "/blog/:year/:month/:day/:title.html" rss: true post: true vars: "blog-page.html"