mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-02 17:42:39 +00:00
Remove per-language config files (#2513)
This commit is contained in:
@ -71,6 +71,12 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
|
||||
<!-- language-specific stylesheets -->
|
||||
{% if config.extra.privacy_guides.translation_stylesheet %}
|
||||
<link rel="stylesheet" href="{{ config.extra.privacy_guides.translation_stylesheet | url }}" />
|
||||
{% endif %}
|
||||
|
||||
<meta name="robots" content="max-snippet:-1, max-image-preview:large">
|
||||
{% if config.extra.context == "production" %}
|
||||
<meta http-equiv="onion-location" content="{{ "http://www.xoe4vn5uwdztif6goazfbmogh6wh5jc4up35bqdflu6bkdc5cas5vjqd.onion/" ~ config.theme.language ~ "/" ~ page.url }}" />
|
||||
|
Reference in New Issue
Block a user