Skip to content

Commit

Permalink
💄 style(favicon): reduce emoji size for compatibility
Browse files Browse the repository at this point in the history
Should look better on Windows (not cropped).
  • Loading branch information
welpo committed Dec 12, 2023
1 parent 2a5c025 commit 08ef628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="{{ get_url(path=config.extra.favicon) }}"/>
{% endif %}
{% if config.extra.favicon_emoji %}
<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="90">{{ 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 105 55"><text y=".7em" font-size="82">{{ config.extra.favicon_emoji }}</text></svg>'>
{% endif %}

{# Feed #}
Expand Down

0 comments on commit 08ef628

Please sign in to comment.