1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-25 12:51:14 +00:00

Add onion-location header (#2234)

This commit is contained in:
2023-07-12 15:35:39 -05:00
parent 1c9a1a805d
commit cf0d62ef7c
5 changed files with 371 additions and 94 deletions

View File

@@ -78,7 +78,7 @@
{% for alt in config.extra.alternate %}
<li class="md-select__item">
<a href="{{ "/" ~ alt.lang ~ "/" ~ page.url }}" hreflang="{{ alt.lang }}" class="md-select__link">
<img alt="{{ config.theme.language }}" class="twemoji" src="{{ alt.icon }}">
<img alt="{{ alt.lang }}" class="twemoji" src="{{ alt.icon }}">
{{ alt.name }}
</a>
</li>