Made links relative to html root directory

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-27 22:35:35 +01:00
parent 441f6a20e7
commit 2c99829425
8 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@ layout: default
<li class="mb-4">
<span class="small text-muted">{{ post.date | date: "%b %-d, %Y" }}</span>
<p class="h4 post-title">
<a class="post-link" href="{{ post.url | absolute_url }}">{{ post.title }}</a>
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
</p>
</li>
{% endfor %}