diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/header.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.tmpl b/templates/header.tmpl index ca2986d..8e67353 100644 --- a/templates/header.tmpl +++ b/templates/header.tmpl @@ -13,7 +13,7 @@ {{if .AutoRefresh}} <meta http-equiv="refresh" content="30"> {{end}} - <title>{{.Title}}</title> + <title> {{if gt .Count 0}}({{.Count}}){{end}} {{.Title}} </title> <link rel="stylesheet" href="/static/style.css"> {{if .CustomCSS}} <link rel="stylesheet" href="{{.CustomCSS}}"> |