Fix W3 validator warning: Section lacks heading.

Use `div` instead of `section` element, because already an `article` element.
This commit is contained in:
Rotzbua 2022-03-28 20:21:11 +02:00
parent 363756ffee
commit 0b094d1e77
No known key found for this signature in database
GPG Key ID: C69022D529C17845

View File

@ -58,9 +58,9 @@
</h2>
</header>
{{- if (ne (.Param "hideSummary") true) }}
<section class="entry-content">
<div class="entry-content">
<p>{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}</p>
</section>
</div>
{{- end }}
{{- if not (.Param "hideMeta") }}
<footer class="entry-footer">