Move up font and favicon stylesheets
This commit is contained in:
parent
91205a4d56
commit
5a2dbae11c
|
@ -7,6 +7,10 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% include "global/metagen.njk" %}
|
{% include "global/metagen.njk" %}
|
||||||
|
|
||||||
|
{# Fonts #}
|
||||||
|
{% include "global/fontdefault.njk" %}
|
||||||
|
<link rel="stylesheet" href="{{'/assets/fonts/intel-one-mono/intel-one-mono.css' | url | safe}}">
|
||||||
|
|
||||||
{# CSS #}
|
{# CSS #}
|
||||||
{% include "global/css-bundle.njk" %}
|
{% include "global/css-bundle.njk" %}
|
||||||
{% if hasTooltips %}
|
{% if hasTooltips %}
|
||||||
|
@ -14,9 +18,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<style>{% getBundle "css" %}</style>
|
<style>{% getBundle "css" %}</style>
|
||||||
|
|
||||||
{# Fonts #}
|
{# Favicon #}
|
||||||
{% include "global/fontdefault.njk" %}
|
{% block favicon %}{% include "global/favicon.njk" %}{% endblock %}
|
||||||
<link rel="stylesheet" href="{{'/assets/fonts/intel-one-mono/intel-one-mono.css' | url | safe}}">
|
|
||||||
|
|
||||||
{# Verifications #}
|
{# Verifications #}
|
||||||
<link rel="me" href="mailto:contact@leilukin.com">
|
<link rel="me" href="mailto:contact@leilukin.com">
|
||||||
|
@ -28,9 +31,6 @@
|
||||||
{# Webmention #}
|
{# Webmention #}
|
||||||
<link rel="webmention" href="https://webmention.io/leilukin.com/webmention">
|
<link rel="webmention" href="https://webmention.io/leilukin.com/webmention">
|
||||||
|
|
||||||
{# Favicon #}
|
|
||||||
{% block favicon %}{% include "global/favicon.njk" %}{% endblock %}
|
|
||||||
|
|
||||||
{# JavaScript #}
|
{# JavaScript #}
|
||||||
<script src="{% getBundleFileUrl 'js' %}" defer></script>
|
<script src="{% getBundleFileUrl 'js' %}" defer></script>
|
||||||
{% if toc %}
|
{% if toc %}
|
||||||
|
|
Loading…
Reference in New Issue