Add missing class

This commit is contained in:
mathias 2019-07-26 01:27:19 +03:00
parent 5cf784878d
commit 8eaed6b8d8

View file

@ -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 }}