Fix nidus favicon when logged in

This commit is contained in:
Eli Ribble 2026-02-10 17:45:46 +00:00
parent 346e294b21
commit 420e0246ed
No known key found for this signature in database

View file

@ -17,7 +17,7 @@
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css"
/>
<!-- favicon -->
<link rel="icon" href="/static/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/static/favicon-sync.ico" type="image/x-icon" />
{{ block "extraheader" . }}{{ end }}
</head>
<body>