mirror of
https://github.com/miniflux/v2.git
synced 2025-10-10 19:32:06 +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.unread.title" }} {{ if gt .countUnread 0 }}({{ .countUnread }}){{ end }} {{ 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.unread.title" }}
|
||||
<span aria-hidden="true">(<span class="unread-counter">{{ .countUnread }}</span>)</span>
|
||||
|
@ -32,7 +32,7 @@
|
|||
</ul>
|
||||
</nav>
|
||||
{{ end }}
|
||||
</header>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
||||
{{ define "content"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue