Add favicon markup
This commit is contained in:
parent
e4d7aa946d
commit
e0a6374445
@ -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 |
Loading…
x
Reference in New Issue
Block a user