🍱 Use the moon emoji as a favicon
This commit is contained in:
parent
fa137bf164
commit
1a26def04f
1 changed files with 4 additions and 1 deletions
|
@ -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 you’d like folks to know that you used Eleventy to build your site! #}
|
||||
<meta name="generator" content="{{ eleventy.generator }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue