diff --git a/_layouts/posts_by_category.html b/_layouts/posts_by_category.html index 685d7ca96403b90f4077230915e2e65265cc6289..6268c20c481ceb828cc8fb8acc60609acd85f1e4 100644 --- a/_layouts/posts_by_category.html +++ b/_layouts/posts_by_category.html @@ -35,9 +35,9 @@ layout: default {% endif %} {% endif %} - <ol class="posts"> + <ul class="posts"> <li><a href="{{ post.url }}">{{ post.title }}</a> » <i><span>{{ post.date | date_to_string }}</span></i></li> - </ol> + </ul> {% if forloop.last %} </div>