1
0
mirror of https://github.com/privacyguides/blog.privacyguides.org.git synced 2025-07-15 07:52:53 +00:00

Initial commit

This commit is contained in:
2022-10-23 18:22:02 -05:00
commit 26fcd1924c
31 changed files with 2282 additions and 0 deletions

5
theme/main.html Normal file
View 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 %}