♻️ refactor(header): replace single %22 by "

Single quotation marks already escape the double ones.
This commit is contained in:
welpo 2023-11-21 23:35:17 +01:00
parent b88e7376e4
commit a57eb98a69
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="{{ get_url(path=config.extra.favicon) }}"/> <link rel="icon" type="image/png" href="{{ get_url(path=config.extra.favicon) }}"/>
{% endif %} {% endif %}
{% if config.extra.favicon_emoji %} {% if config.extra.favicon_emoji %}
<link rel=icon href='data:image/svg+xml,<svg xmlns=%22http://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="90">{{ config.extra.favicon_emoji }}</text></svg>'>
{% endif %} {% endif %}
{# Feed #} {# Feed #}