Add settings page
[bloat] / templates / header.tmpl
index 9334e816311406f43727aa64f89265a8f7557a93..8d05014b4203c9da69b42cd9f3fb09b7b4d082a6 100644 (file)
@@ -3,8 +3,11 @@
 <head>
        <meta charset='utf-8'>
        <meta content='width=device-width, initial-scale=1' name='viewport'>
-       <title> Web </title>
-       <link rel="stylesheet" href="/static/main.css" />
+       <title>{{if gt .NotificationCount 0}}({{.NotificationCount}}) {{end}}{{.Title}}</title>
+       <link rel="stylesheet" href="/static/main.css">
+       {{if .CustomCSS}}
+       <link rel="stylesheet" href="{{.CustomCSS}}">
+       {{end}}
        <link rel="stylesheet" href="/static/fonts/fork-awesome.css">
 </head>
 <body>