mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Remove redundant aria-labelledby
No need to specify that a section is labelled by a heading if the heading is the first element in the section.
This commit is contained in:
parent
fdfd53c3e5
commit
e4429156fb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<section class="h-feed hfeed" itemscope itemtype="https://schema.org/DataFeed" aria-labelledby="posts">
|
||||
<section class="h-feed hfeed" itemscope itemtype="https://schema.org/DataFeed">
|
||||
{{ if eq .RelPermalink "/posts.html" -}}
|
||||
<h1 class="p-name" itemprop="name headline">Posts</h1>
|
||||
{{ else -}}
|
||||
|
|
Loading…
Reference in a new issue