Update index.html

This commit is contained in:
mathias 2016-04-08 22:27:58 +03:00
parent eef7544775
commit f6feca6a8e

View file

@ -404,6 +404,10 @@
<h2>News</h2>
<div id="box">
<ul>
{% for post in site.posts %}<li>
<p>{{ post.content }}</p>
<span>{{ post.date | date: "%B %e, %Y" }}</span>
</li>{% endfor %}
<li>
<p>You can now download copies of schematics on the server, perfect if you want to move your buildings outside the server.</p>
<span>April 8, 2016</span>