mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
change header tag usage to match landmark meaning
This commit is contained in:
parent
6c78a1d635
commit
7496479380
29 changed files with 86 additions and 86 deletions
|
@ -1,7 +1,7 @@
|
|||
{{ define "title"}}{{ t "page.shared_entries.title" }} ({{ .total }}){{ end }}
|
||||
|
||||
{{ define "header"}}
|
||||
<header class="page-header" aria-labelledby="page-header-title">
|
||||
{{ define "page_header"}}
|
||||
<section class="page-header" aria-labelledby="page-header-title">
|
||||
<h1 id="page-header-title">
|
||||
{{ t "page.shared_entries.title" }}
|
||||
<span aria-hidden="true">({{ .total }})</span>
|
||||
|
@ -25,7 +25,7 @@
|
|||
</ul>
|
||||
</nav>
|
||||
{{ end }}
|
||||
</header>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
||||
{{ define "content"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue