Add favicon markup

This commit is contained in:
Leilukin 2025-04-18 08:12:11 +08:00 committed by Helen Chong
parent e4d7aa946d
commit e0a6374445
2 changed files with 3 additions and 8 deletions

View File

@ -4,34 +4,29 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{# Open Graph Meta #}
{% block metaTitle %}
<meta property="og:title" content="{{ title if title else sitemeta.siteName | safe }}">
{% endblock %}
{% include "global/meta.njk" %}
{# Feeds #}
{% include "global/feeds.njk" %}
{# Fonts #}
{% include "global/fonts.njk" %}
{# CSS #}
{% include "global/css-bundle.njk" %}
{% if hasTooltips %}
<link rel="stylesheet" href="/assets/css/tooltips.css">
{% endif %}
<style>{% getBundle "css" %}</style>
{# Favicon #}
{% block favicon %}{% endblock %}
{% block favicon %}
<link rel="icon" type="image/x-icon" href="/favicon.ico">
{% endblock %}
{# Verifications #}
<link rel="me" href="https://dragonscave.space/@Leilukin">
<link rel="me" href="https://github.com/Leilukin">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
{# JavaScript #}
<script src="{% getBundleFileUrl 'js' %}" defer></script>
{% if toc %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 410 KiB