From 406bb1dc6e3fe9f07df2729413862ce8fffce601 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 25 Sep 2014 10:55:36 -0700 Subject: [PATCH] Enable relative permalinks and drop the site.baseurl from post links in index --- _config.yml | 1 + index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 }}

-- 2.30.2