🍱 Use the moon emoji as a favicon

This commit is contained in:
Kazhnuz 2025-05-12 21:23:39 +02:00
parent fa137bf164
commit 1a26def04f

View file

@ -9,7 +9,10 @@
{#- Atom and JSON feeds included by default #}
<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="{{ metadata.title }}">
<link rel="alternate" href="/feed/feed.json" type="application/json" title="{{ metadata.title }}">
<link rel="icon" type="image/x-icon" href="/img/favicon.png">
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.95em' font-size='85'>🌕</text></svg>"
/>
{#- Uncomment this if youd like folks to know that you used Eleventy to build your site! #}
<meta name="generator" content="{{ eleventy.generator }}">