Remove redundant class for div in Posts view

This commit is contained in:
Raymonzut
2020-04-25 12:15:01 +02:00
parent 0fbb22187b
commit 9ba5090c83
+1 -1
View File
@@ -2,7 +2,7 @@
<div id="posts" v-if="months.length >= 0">
<h3 class="month" v-for="(month, i) in months" :key="i">
{{ month }}
<div class="listAlign">
<div>
<ul>
<li v-for="(postItem, j) in getPostItems(month)" :key="j">
{{ getPostItemDate(postItem) }} – {{ postItem.title }}