Merge github.com:jerusdp/tabi into webmentions

This commit is contained in:
Jeremiah Russell 2025-02-11 12:58:00 +00:00
commit 6c6996b888
No known key found for this signature in database
GPG key ID: E576B835ACE207E5
18 changed files with 169 additions and 22 deletions

View file

@ -16,7 +16,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="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>'>
{% endif %}
{# Feeds #}