diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | templates/base/head_navbar.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ # Thedro's Custom Gitea Templates -Compatible with Gitea version 1.11.0 +Compatible with Gitea version 1.11.2 diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 2a73d42..60c2b84 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -110,7 +110,7 @@ {{end}} <div class="divider"></div> - <a class="item" href="{{AppSubUrl}}/user/logout"> + <a class="item link-action" href data-url="{{AppSubUrl}}/user/logout" data-redirect="{{AppSubUrl}}/"> <i class="octicon octicon-sign-out"></i> {{.i18n.Tr "sign_out"}}<!-- Sign Out --> </a> |