Update index.html

This commit is contained in:
mathias 2016-04-08 22:29:32 +03:00
parent f6feca6a8e
commit f14793668d

View file

@ -405,7 +405,7 @@
<div id="box">
<ul>
{% for post in site.posts %}<li>
<p>{{ post.content }}</p>
{{ post.content }}
<span>{{ post.date | date: "%B %e, %Y" }}</span>
</li>{% endfor %}
<li>