Update ol to ul

This commit is contained in:
agusmakmun
2016-04-20 02:56:17 +07:00
parent a2e0dd531c
commit c398a83877

View File

@@ -35,9 +35,9 @@ layout: default
{% endif %}
{% endif %}
<ol class="posts">
<ul class="posts">
<li><a href="{{ post.url }}">{{ post.title }}</a> &raquo; <i><span>{{ post.date | date_to_string }}</span></i></li>
</ol>
</ul>
{% if forloop.last %}
</div>