Fix W3C warning about section lacks heading

This commit is contained in:
Sodbileg Gansukh 2021-09-22 15:26:39 +08:00
parent 2234b14bbd
commit 0e0898d7e9

View file

@ -31,9 +31,9 @@ which templates loop over to generate a list of posts. --}}
{{/if}} {{/if}}
<h2 class="post-card-title">{{title}}</h2> <h2 class="post-card-title">{{title}}</h2>
</header> </header>
<section class="post-card-excerpt"> <div class="post-card-excerpt">
<p>{{excerpt}}</p> <p>{{excerpt}}</p>
</section> </div>
</a> </a>
<footer class="post-card-meta"> <footer class="post-card-meta">