diff options
author | Emile <hanemile@protonmail.com> | 2020-03-16 16:11:04 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-16 16:11:04 +0100 |
commit | d7842f6a390761a269354f2bce5a11b4ff5c884b (patch) | |
tree | 8fdbc3e0259ca868fc63be2cf6697de33744cd57 | |
parent | 4044dffd72830db6c81ff66f0267e276250baaaa (diff) |
correct title
-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()'> |