Serve favicon from static public assets
Some checks failed
docker / build-and-push (push) Has been cancelled
Some checks failed
docker / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#020617" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/jellomator.png" />
|
||||
<link rel="shortcut icon" href="/jellomator.png" />
|
||||
<link rel="apple-touch-icon" href="/jellomator.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/static/jellomator.png" />
|
||||
<link rel="shortcut icon" href="/static/jellomator.png" />
|
||||
<link rel="apple-touch-icon" href="/static/jellomator.png" />
|
||||
<title>Jellomator</title>
|
||||
<script>
|
||||
if (localStorage.theme === 'light') document.documentElement.classList.remove('dark');
|
||||
|
||||
Reference in New Issue
Block a user