summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/article_list_item.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/article_list_item.html b/layouts/partials/article_list_item.html
index b2d9d20..7f09c98 100644
--- a/layouts/partials/article_list_item.html
+++ b/layouts/partials/article_list_item.html
@@ -1,6 +1,6 @@
-<section class="list-item">
+<div class="list-item">
<a href="{{ .Page.Permalink }}">
- <time>{{ .PublishDate.Format "2006-01-02" }}</time>
+ <time>{{ .PublishDate.Format "2006-01-02" }}</time>&nbsp;
<span>{{ .Page.Title }}</span>
</a>
-</section>
+</div>