mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-23 20:01:08 +00:00
Preload header font (#1367)
This commit is contained in:
5
theme/main.html
Normal file
5
theme/main.html
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block extrahead %}
|
||||||
|
<link rel="preload" href="{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as="font" type="font/woff" crossorigin>
|
||||||
|
{% endblock %}
|
@@ -1,11 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
|
<link rel="preload" href="{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as="font" type="font/woff" crossorigin>
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/blog.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/blog.css' | url }}">
|
||||||
<link rel="me" href="https://aragon.sh/@jonah">
|
|
||||||
<link rel="me" href="https://fosstodon.org/@freddy">
|
|
||||||
<link rel="me" href="https://mastodon.social/@dngray">
|
|
||||||
<link rel="me" href="https://mastodon.social/@blacklight447">
|
|
||||||
<link rel="me" href="https://fosstodon.org/@hook54321">
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block tabs %}
|
{% block tabs %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
|
<link rel="preload" href="{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as="font" type="font/woff" crossorigin>
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css?v=2.10.0' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css?v=2.10.0' | url }}">
|
||||||
<link rel="me" href="https://aragon.sh/@jonah">
|
<link rel="me" href="https://aragon.sh/@jonah">
|
||||||
<link rel="me" href="https://fosstodon.org/@freddy">
|
<link rel="me" href="https://fosstodon.org/@freddy">
|
||||||
|
Reference in New Issue
Block a user