mirror of
https://github.com/Xevion/glance.git
synced 2025-12-05 23:15:06 -06:00
Remove fallback favicon #653
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
<meta name="theme-color" content="{{ .Request.Theme.BackgroundColorAsHex }}">
|
||||
<link rel="apple-touch-icon" sizes="512x512" href='{{ .App.Config.Branding.AppIconURL }}'>
|
||||
<link rel="manifest" href='{{ .App.VersionedAssetPath "manifest.json" }}'>
|
||||
<link rel="icon" type="image/png" href='{{ .App.StaticAssetPath "favicon.png" }}' />
|
||||
<link rel="icon" type="{{ .App.Config.Branding.FaviconType }}" href="{{ .App.Config.Branding.FaviconURL }}" />
|
||||
<link rel="stylesheet" href='{{ .App.StaticAssetPath "css/bundle.css" }}'>
|
||||
<style id="theme-style">{{ .Request.Theme.CSS }}</style>
|
||||
|
||||
Reference in New Issue
Block a user