mirror of
https://github.com/apophenia-news/apophenia.news.git
synced 2026-06-07 23:12:13 +00:00
Feat: Include favicon link in shell head
Co-authored-by: gemini-3.5-flash <gemini@google.com>
This commit is contained in:
@@ -32,6 +32,7 @@ export const shellHead = ({ title, desc, image, url, type = "website" }) => `<!d
|
||||
${image ? `<meta property="og:image" content="${image}" />` : ""}
|
||||
<meta name="theme-color" content="#fcfcfa" />
|
||||
${url ? `<link rel="canonical" href="${url}" />` : ""}
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="alternate" type="application/rss+xml" title="apophenia.news RSS" href="${SITE_URL}/rss.xml" />
|
||||
<script data-goatcounter="https://apophenia.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
||||
<script type="module" src="/main.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user