1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-03 01:52:39 +00:00
Files
privacyguides.org/theme/main.html

9 lines
307 B
HTML
Raw Normal View History

2022-05-31 13:42:26 -05:00
{% extends "base.html" %}
2023-02-27 17:39:41 -06:00
{% block site_meta %}
{{ super() }}
<meta name="description" content="{{ lang.t('site.description') }}">
{% endblock %}
2022-05-31 13:42:26 -05:00
{% block extrahead %}
<link rel="preload" href="{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as="font" type="font/woff" crossorigin>
{% endblock %}