We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11eb774 commit d777d5dCopy full SHA for d777d5d
templates/partials/header.html
@@ -16,7 +16,7 @@
16
<link rel="icon" type="image/png" href="{{ get_url(path=config.extra.favicon) }}"/>
17
{% endif %}
18
{% if config.extra.favicon_emoji %}
19
- <link rel=icon href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105 55"><text y=".7em" font-size="82">{{ config.extra.favicon_emoji }}</text></svg>'>
+ <link rel=icon href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50%" x="50%" dominant-baseline="central" text-anchor="middle" font-size="88">{{ config.extra.favicon_emoji }}</text></svg>'>
20
21
22
{# Feeds #}
0 commit comments