@@ -4,6 +4,7 @@ highlighter: pygments
# Permalinks
permalink: pretty
+relative_permalinks: true
# Setup
title: Poole
@@ -7,7 +7,7 @@ title: Home
{% for post in paginator.posts %}
<div class="post">
<h1 class="post-title">
- <a href="{{ site.baseurl }}{{ post.url }}">
+ <a href="{{ post.url }}">
{{ post.title }}
</a>
</h1>