+
+
+
+
+
+
+ diff --git a/modules/forgejo-templates/base/head_navbar.tmpl b/modules/forgejo-templates/base/head_navbar.tmpl new file mode 100644 index 0000000..09a33a3 --- /dev/null +++ b/modules/forgejo-templates/base/head_navbar.tmpl @@ -0,0 +1,200 @@ +{{$notificationUnreadCount := 0}} +{{if and .IsSigned .NotificationUnreadCount}} + {{$notificationUnreadCount = call .NotificationUnreadCount}} +{{end}} + + diff --git a/modules/forgejo-templates/home.tmpl b/modules/forgejo-templates/home.tmpl new file mode 100644 index 0000000..4020a73 --- /dev/null +++ b/modules/forgejo-templates/home.tmpl @@ -0,0 +1,13 @@ +{{template "base/head" .}} +