diff options
author | Emile <hanemile@protonmail.com> | 2020-03-16 16:06:20 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-16 16:06:20 +0100 |
commit | 4044dffd72830db6c81ff66f0267e276250baaaa (patch) | |
tree | a7f95984b6bfc44d595880d89a91cfdef27c1ea0 /hosted | |
parent | 8ef3d3618e9d2445ea10ad306589dcc989ac6f36 (diff) |
title closing tag
Diffstat (limited to 'hosted')
-rw-r--r-- | hosted/tmpl/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/tmpl/index.html b/hosted/tmpl/index.html index ef66373..3578f05 100644 --- a/hosted/tmpl/index.html +++ b/hosted/tmpl/index.html @@ -9,7 +9,7 @@ <link href="/assets/css/theme.css" rel="stylesheet"> - <title>{{ .SiteTitle }} + <title>{{ .SiteTitle }}</title> </head> <body onload='initFilter()'> |