mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Update index.html
This commit is contained in:
parent
52f573a5f5
commit
ce4fe5402d
1 changed files with 8 additions and 10 deletions
18
index.html
18
index.html
|
@ -400,16 +400,14 @@
|
|||
<div id="news">
|
||||
<div id="newscontainer">
|
||||
<h2>News</h2>
|
||||
<div id="box">
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
{{ post.content }}
|
||||
<span>{{ post.date | date: "%B %e, %Y" }}</span>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
<li>
|
||||
{{ post.content }}
|
||||
<span>{{ post.date | date: "%B %e, %Y" }}</span>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="downloads">
|
||||
|
|
Loading…
Reference in a new issue