Personnalisation du template base/head_navbar.tmpl

This commit is contained in:
Pierre-Louis Bonicoli 2023-11-26 02:10:53 +01:00
parent 22c19038da
commit 4de114f3db
Signed by: pilou
GPG Key ID: 06914C4A5EDAA6DD

View File

@ -7,7 +7,7 @@
<div class="navbar-left ui secondary menu">
<!-- the logo -->
<a class="item" id="navbar-logo" href="{{AppSubUrl}}/" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}">
<img width="30" height="30" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{ctx.Locale.Tr "logo"}}" aria-hidden="true">
<img width="30" height="30" src="{{AssetUrlPrefix}}/img/gitea-sm.png" alt="{{.locale.Tr "logo"}}" aria-hidden="true">
</a>
<!-- mobile right menu, it must be here because in mobile view, each item is a flex column, the first item is a full row column -->