fix page.url stripping off .html suffix
authorRalf Jung <post@ralfj.de>
Sat, 2 Jan 2016 18:54:41 +0000 (19:54 +0100)
committerRalf Jung <post@ralfj.de>
Sat, 2 Jan 2016 18:54:41 +0000 (19:54 +0100)
ralf/_config.yml

index a19a6d0182ce0257d3f6821298b1ee80386ebd2f..0b6ab46e8d40df1d0064dc967c02634db99426a5 100644 (file)
@@ -1,7 +1,6 @@
 # Site settings
 baseurl: ""
 url: "https://www.ralfj.de"
-permalink: "/blog/:year/:month/:day/:title.html"
 excerpt_separator: "<!-- MORE -->"
 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"