From c398a83877619490cb36c1f1c37d7c4e46d3bd71 Mon Sep 17 00:00:00 2001 From: agusmakmun <summon.agus@gmail.com> Date: Wed, 20 Apr 2016 02:56:17 +0700 Subject: [PATCH] Update ol to ul --- _layouts/posts_by_category.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/posts_by_category.html b/_layouts/posts_by_category.html index 685d7ca..6268c20 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> -- GitLab