1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-21 18:11:09 +00:00

change header tag usage to match landmark meaning

This commit is contained in:
krvpb024 2024-01-27 16:25:55 +08:00 committed by Frédéric Guillot
parent 6c78a1d635
commit 7496479380
29 changed files with 86 additions and 86 deletions

View file

@ -1,10 +1,10 @@
{{ define "title"}}{{ t "page.sessions.title" }}{{ 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.sessions.title" }}</h1>
{{ template "settings_menu" dict "user" .user }}
</header>
</section>
{{ end }}
{{ define "content"}}