From: Mark Otto Date: Thu, 25 Sep 2014 17:55:36 +0000 (-0700) Subject: Enable relative permalinks and drop the site.baseurl from post links in index X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=blog;a=commitdiff_plain;h=406bb1dc6e3fe9f07df2729413862ce8fffce601 Enable relative permalinks and drop the site.baseurl from post links in index --- diff --git a/_config.yml b/_config.yml index 8bd7786..5febafb 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ highlighter: pygments # Permalinks permalink: pretty +relative_permalinks: true # Setup title: Poole diff --git a/index.html b/index.html index bdd4f4d..edbc6b1 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ title: Home {% for post in paginator.posts %}

- + {{ post.title }}