mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Update index.html
This commit is contained in:
parent
f6feca6a8e
commit
f14793668d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue