diff options
Diffstat (limited to 'templates/root.tmpl')
-rw-r--r-- | templates/root.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/root.tmpl b/templates/root.tmpl index 0fde835..b04638b 100644 --- a/templates/root.tmpl +++ b/templates/root.tmpl @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <link rel="icon" type="image/png" href="/static/favicon.png"> <link rel="stylesheet" href="/static/style.css"> - <title>{{.Title}}</title> + <title>{{.CommonData.Title}}</title> </head> <frameset cols="424px,*"> <frameset rows="316px,*"> |