1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 17:22:39 +00:00

Add abbreviations to Crowdin (#2049)

This commit is contained in:
2023-02-27 17:39:41 -06:00
parent 4da25bc39a
commit cc696093ce
64 changed files with 209 additions and 11 deletions

View File

@ -1,4 +1,8 @@
{% extends "base.html" %}
{% block site_meta %}
{{ super() }}
<meta name="description" content="{{ lang.t('site.description') }}">
{% endblock %}
{% block extrahead %}
<link rel="preload" href="{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as="font" type="font/woff" crossorigin>
{% endblock %}