From c28f3ad74ab0e5e0fecec8d060bdf137a12d322e Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 2 Jan 2016 19:54:41 +0100 Subject: [PATCH] fix page.url stripping off .html suffix --- ralf/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2