Added favicon html tag, fix GH-143

This commit is contained in:
krateng 2022-05-06 16:30:24 +02:00
parent 96778709bd
commit 5eb838d5df
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<title>{% block title %}{% endblock %}</title>
<meta name="description" content='Maloja is a self-hosted music scrobble server.' />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="color-scheme" content="dark" />
<meta name="darkreader" content="wat" />

View File

@ -851,7 +851,7 @@ table.tiles_top td span {
display: inline-block;
margin-top:2%;
padding: 3px;
max-width: 70%;
max-width: 67%;
vertical-align: text-top;
}
table.tiles_top td a:hover {