mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Add missing class
This commit is contained in:
parent
5cf784878d
commit
8eaed6b8d8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ layout: main
|
||||||
</a>
|
</a>
|
||||||
<h1>News</h1>
|
<h1>News</h1>
|
||||||
</header>
|
</header>
|
||||||
<ul>
|
<ul class="news">
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<li>
|
<li>
|
||||||
{{ post.content }}
|
{{ post.content }}
|
||||||
|
|
Loading…
Reference in a new issue