diff options
author | Emile <hanemile@protonmail.com> | 2020-03-16 15:42:15 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-16 15:42:15 +0100 |
commit | 8ef3d3618e9d2445ea10ad306589dcc989ac6f36 (patch) | |
tree | 2c99701f3c73079c5a522eb0fa78c1704b4bcb1b /hosted/tmpl | |
parent | f362b7894c59b9e434563afb33c1e0a1d97371e8 (diff) |
site title
Diffstat (limited to 'hosted/tmpl')
-rw-r--r-- | hosted/tmpl/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosted/tmpl/index.html b/hosted/tmpl/index.html index 4a17aee..ef66373 100644 --- a/hosted/tmpl/index.html +++ b/hosted/tmpl/index.html @@ -8,6 +8,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="/assets/css/theme.css" rel="stylesheet"> + + <title>{{ .SiteTitle }} </head> <body onload='initFilter()'> |