Update index.html

This commit is contained in:
mathias 2016-04-08 23:02:54 +03:00
parent 52f573a5f5
commit ce4fe5402d

View file

@ -400,16 +400,14 @@
<div id="news"> <div id="news">
<div id="newscontainer"> <div id="newscontainer">
<h2>News</h2> <h2>News</h2>
<div id="box"> <ul>
<ul> {% for post in site.posts %}
{% for post in site.posts %} <li>
<li> {{ post.content }}
{{ post.content }} <span>{{ post.date | date: "%B %e, %Y" }}</span>
<span>{{ post.date | date: "%B %e, %Y" }}</span> </li>
</li> {% endfor %}
{% endfor %} </ul>
</ul>
</div>
</div> </div>
</div> </div>
<div id="downloads"> <div id="downloads">