[chore/frontend] Fix id on recent posts/media heading (#4015)

This commit is contained in:
tobi
2025-04-15 10:20:29 +02:00
committed by GitHub
parent 2b98432ca2
commit 0ce9bed3d1
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
{{- end }}
<section class="recent h-feed" aria-labelledby="recent">
<div class="col-header">
<h3 id="recent p-name" tabindex="-1">Recent media</h3>
<h3 class="p-name" id="recent">Recent media</h3>
{{- if .rssFeed }}
<a href="{{- .rssFeed -}}" class="rss-icon" aria-label="RSS feed">
<i class="fa fa-rss-square" aria-hidden="true"></i>

View File

@@ -47,7 +47,7 @@
{{- end }}
<section class="recent statuses h-feed" aria-labelledby="recent">
<div class="col-header">
<h3 id="recent p-name" tabindex="-1">Recent posts</h3>
<h3 class="p-name" id="recent">Recent posts</h3>
{{- if .rssFeed }}
<a href="{{- .rssFeed -}}" class="rss-icon" aria-label="RSS feed">
<i class="fa fa-rss-square" aria-hidden="true"></i>