commit eaeceb1c672317b7165eae12632580fe154978a2
parent 0733aea77dbd6e87ca2cfeb0d869a493544b64a6
Author: f0x52 <f0x@cthu.lu>
Date: Mon, 21 Jun 2021 21:06:47 +0200
add favicon (#54)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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>