aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--templates/base/head_navbar.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e9e003e..4547daa 100644
--- a/README.md
+++ b/README.md
@@ -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>