1
0
mirror of https://github.com/privacyguides/blog.privacyguides.org.git synced 2025-07-10 05:32:37 +00:00
Files
blog.privacyguides.org/theme/main.html

7 lines
326 B
HTML
Raw Permalink Normal View History

2022-10-23 18:22:02 -05:00
{% extends "base.html" %}
{% block extrahead %}
2023-03-30 16:26:22 -05:00
<link rel="preload" href="{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as="font" type="font/woff" crossorigin>
2023-07-12 15:20:46 -05:00
<meta http-equiv="onion-location" content="{{ "http://blog.xoe4vn5uwdztif6goazfbmogh6wh5jc4up35bqdflu6bkdc5cas5vjqd.onion/" ~ page.url }}" />
2022-10-23 18:22:02 -05:00
{% endblock %}