Change related posts heading from h1 to h2

This was caught by a Bing Webmaster check:
"There are multiple <h1> tags on the page."
This commit is contained in:
2025-09-08 19:52:01 -05:00
parent f091b366be
commit bb6346bbad
2 changed files with 2 additions and 2 deletions

View File

@@ -784,7 +784,7 @@ figcaption {
*/ */
.related-posts > hr, .related-posts > hr,
.related-posts > h1 { .related-posts > h2 {
margin: var(--page-margin); margin: var(--page-margin);
} }

View File

@@ -79,7 +79,7 @@
{{ with $related }} {{ with $related }}
<div class="related-posts"> <div class="related-posts">
<hr> <hr>
<h1>{{ i18n "related_posts" }}</h1> <h2>{{ i18n "related_posts" }}</h2>
{{ partial "page-list.html" . }} {{ partial "page-list.html" . }}
</div> </div>
{{ end }} {{ end }}