mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-02 01:32:41 +00:00
feat: Link to translated version of forum (#2883)
This commit is contained in:
@ -44,6 +44,7 @@
|
||||
<link rel="next" href="{{ page.next_page.url | url }}">
|
||||
{% endif %}
|
||||
{% if config.extra.alternate is iterable %}
|
||||
<link rel="alternate" href="{{ "https://www.privacyguides.org/" ~ "en" ~ "/" ~ page.url }}" hreflang="x-default">
|
||||
{% for alt in config.extra.alternate %}
|
||||
<link rel="alternate" href="{{ "https://www.privacyguides.org/" ~ alt.lang ~ "/" ~ page.url }}" hreflang="{{ alt.lang | d(lang.t('language')) }}">
|
||||
{% endfor %}
|
||||
@ -71,7 +72,6 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
|
||||
<!-- language-specific stylesheets -->
|
||||
{% if config.extra.privacy_guides.translation_stylesheet %}
|
||||
<link rel="stylesheet" href="{{ config.extra.privacy_guides.translation_stylesheet | url }}" />
|
||||
|
Reference in New Issue
Block a user