Fix formatting

Closes #6
This commit is contained in:
Daniel Beck 2019-01-14 03:01:20 +01:00 committed by R. Tyler Croy
parent 013ceb9fc2
commit 75db8d8542
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ layout: default
<ul>
{% for post in site.tags[page.tag] %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date_to_string }}
<a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date_to_string }})
</li>
{% endfor %}
</ul>