add favicon to header template

This commit is contained in:
f0x 2021-06-21 20:18:55 +02:00
parent 9d7659948d
commit 4f09f0d364
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/bundle.css">
<title>{{.instance.Title}} - GoToSocial</title>
<link rel="shortcut icon" href="/assets/sloth.png" type="image/png">
</head>
<body>
<header>