diff options
author | 2021-06-21 21:06:47 +0200 | |
---|---|---|
committer | 2021-06-21 21:06:47 +0200 | |
commit | eaeceb1c672317b7165eae12632580fe154978a2 (patch) | |
tree | 1c1f1375ecd90e0d1a0703e9caf15d1b878503c1 | |
parent | Merge branch 'main' of github.com:superseriousbusiness/gotosocial into main (diff) | |
download | gotosocial-eaeceb1c672317b7165eae12632580fe154978a2.tar.xz |
add favicon (#54)
-rw-r--r-- | web/template/header.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/header.tmpl b/web/template/header.tmpl index 62ed66de8..33cb2b86a 100644 --- a/web/template/header.tmpl +++ b/web/template/header.tmpl @@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/assets/bundle.css"> + <link rel="shortcut icon" href="/assets/sloth.png" type="image/png"> <title>{{.instance.Title}} - GoToSocial</title> </head> <body> |