Fixed line that caused problem on gitlab.

This commit is contained in:
Franco Masotti 2018-05-09 17:12:58 +02:00
parent 55f8aeff8f
commit 6109674b1a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ permalink: index.html
<h3>Year {{ post.date | date: '%Y' }}</h3>
{% endif %}
{% endunless %}
<a href="{{ post.url | prepend: site.baseurl }}">
<a href="{{ post.url | prepend: site.baseurl }}.html">
<div class="post-list-metadata">
<span class="post-list-title">{{ post.title }}</span>
<span class="post-list-date">{{ post.date | date: "%b %d" }}</span>