diff --git a/Gitea-ui-customized/templates/base/footer_content.tmpl b/Gitea-ui-customized/templates/base/footer_content.tmpl
deleted file mode 100644
index d4f823c..0000000
--- a/Gitea-ui-customized/templates/base/footer_content.tmpl
+++ /dev/null
@@ -1,25 +0,0 @@
-
\ No newline at end of file
diff --git a/Gitea-ui-customized/templates/base/head_navbar.tmpl b/Gitea-ui-customized/templates/base/head_navbar.tmpl
index 39bd757..87e7cd1 100644
--- a/Gitea-ui-customized/templates/base/head_navbar.tmpl
+++ b/Gitea-ui-customized/templates/base/head_navbar.tmpl
@@ -1,195 +1,209 @@
-
+ {{$notificationUnreadCount := 0}}
+ {{if .IsSigned}}
+ {{if .NotificationUnreadCount}}{{$notificationUnreadCount = call .NotificationUnreadCount}}{{end}}
+ {{end}}
+
- {{if and .IsSigned .MustChangePassword}}
- {{/* No links */}}
- {{else if .IsSigned}}
- {{if not .UnitIssuesGlobalDisabled}}
-
{{.i18n.Tr "issues"}}
- {{end}}
- {{if not .UnitPullsGlobalDisabled}}
-
{{.i18n.Tr "pull_requests"}}
- {{end}}
- {{if not (and .UnitIssuesGlobalDisabled .UnitPullsGlobalDisabled)}}
- {{if .ShowMilestonesDashboardPage}}
{{.i18n.Tr "milestones"}} {{end}}
- {{end}}
-
{{.i18n.Tr "explore"}}
- {{else if .IsLandingPageOrganizations}}
-
{{.i18n.Tr "explore"}}
- {{else}}
-
{{.i18n.Tr "explore"}}
- {{end}}
+ {{if and .IsSigned .MustChangePassword}}
+ {{/* No links */}}
+ {{else if .IsSigned}}
+ {{if not .UnitIssuesGlobalDisabled}}
+
{{.i18n.Tr "issues"}}
+ {{end}}
+ {{if not .UnitPullsGlobalDisabled}}
+
{{.i18n.Tr "pull_requests"}}
+ {{end}}
+ {{if not (and .UnitIssuesGlobalDisabled .UnitPullsGlobalDisabled)}}
+ {{if .ShowMilestonesDashboardPage}}
{{.i18n.Tr "milestones"}} {{end}}
+ {{end}}
+
{{.i18n.Tr "explore"}}
+ {{else if .IsLandingPageOrganizations}}
+
{{.i18n.Tr "explore"}}
+ {{else}}
+
{{.i18n.Tr "explore"}}
+ {{end}}
- {{template "custom/extra_links" .}}
+ {{template "custom/extra_links" .}}
- {{/* TODO
-
-
-
- {{svg "octicon-search" 16}}
-
-
- */}}
+ {{/* TODO
+
+
+
+ {{svg "octicon-search" 16}}
+
+
+ */}}
- {{if and .IsSigned .MustChangePassword}}
-
+ {{else}}
+
+ {{end}}
\ No newline at end of file
diff --git a/Gitea-ui-customized/templates/home.tmpl b/Gitea-ui-customized/templates/home.tmpl
index c917246..02d8d74 100644
--- a/Gitea-ui-customized/templates/home.tmpl
+++ b/Gitea-ui-customized/templates/home.tmpl
@@ -1,19 +1,19 @@
{{template "base/head" .}}
+
+
+
+
+
+
+
{{.locale.Tr "startpage.app_desc"}}
+
+
+
+
+
{{template "base/footer" .}}
\ No newline at end of file