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