diff options
-rw-r--r-- | hosted/tmpl/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosted/tmpl/index.html b/hosted/tmpl/index.html index 3578f05..c8482b2 100644 --- a/hosted/tmpl/index.html +++ b/hosted/tmpl/index.html @@ -3,13 +3,11 @@ <html> <head> - <title>{{html .Name}}</title> + <title>{{ .SiteTitle }}</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="/assets/css/theme.css" rel="stylesheet"> - - <title>{{ .SiteTitle }}</title> </head> <body onload='initFilter()'> |