about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-16 16:06:20 +0100
committerEmile <hanemile@protonmail.com>2020-03-16 16:06:20 +0100
commit4044dffd72830db6c81ff66f0267e276250baaaa (patch)
treea7f95984b6bfc44d595880d89a91cfdef27c1ea0
parent8ef3d3618e9d2445ea10ad306589dcc989ac6f36 (diff)
title closing tag
-rw-r--r--hosted/tmpl/index.html2
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()'>