Fix W3C warning about section lacks heading
This commit is contained in:
parent
2234b14bbd
commit
0e0898d7e9
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue