1
0
Fork 0
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:
Rohan Kumar 2022-03-17 23:35:39 -07:00
parent fdfd53c3e5
commit e4429156fb
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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 -}}