mirror of
https://github.com/privacyguides/blog.privacyguides.org.git
synced 2025-07-09 21:22:36 +00:00
7 lines
326 B
HTML
7 lines
326 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block extrahead %}
|
|
<link rel="preload" href="{{ 'assets/brand/WOFF/bagnard/Bagnard.woff' | url }}" as="font" type="font/woff" crossorigin>
|
|
<meta http-equiv="onion-location" content="{{ "http://blog.xoe4vn5uwdztif6goazfbmogh6wh5jc4up35bqdflu6bkdc5cas5vjqd.onion/" ~ page.url }}" />
|
|
{% endblock %}
|