diff options
author | Felipe Leopoldo Sologuren GutiƩrrez <fsologureng@users.noreply.github.com> | 2023-02-01 23:56:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 23:56:10 +0100 |
commit | 15c035775a9684cf409ec8bf8a082ae5293a03ab (patch) | |
tree | e9a015b3c435c72acf3d068db0f826d3aeedef6e /templates/user/auth/signin.tmpl | |
parent | Fix cache-control header clearing comment text when editing issue (#22604) (diff) | |
download | forgejo-15c035775a9684cf409ec8bf8a082ae5293a03ab.tar.xz forgejo-15c035775a9684cf409ec8bf8a082ae5293a03ab.zip |
Add main landmark to templates and adjust titles (#22670)
* Add main aria landmark to templates
* Adjust some titles to improve understanding of location in navigation
Contributed by @Forgejo
Diffstat (limited to 'templates/user/auth/signin.tmpl')
-rw-r--r-- | templates/user/auth/signin.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/signin.tmpl b/templates/user/auth/signin.tmpl index d6cb7cc949..b0e9ce8c74 100644 --- a/templates/user/auth/signin.tmpl +++ b/templates/user/auth/signin.tmpl @@ -1,5 +1,5 @@ {{template "base/head" .}} -<div class="page-content user signin{{if .LinkAccountMode}} icon{{end}}"> +<div role="main" aria-label="{{.Title}}" class="page-content user signin{{if .LinkAccountMode}} icon{{end}}"> {{template "user/auth/signin_navbar" .}} <div class="ui middle very relaxed page grid"> <div class="ui container column fluid"> |