mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-09-11 12:38:57 +00:00
refactor: Move videos to Ghost (#3115)
This commit is contained in:
@@ -44,7 +44,11 @@
|
||||
<link rel="next" href="{{ page.next_page.url | url }}">
|
||||
{% endif %}
|
||||
{% if config.extra.alternate is iterable %}
|
||||
{% if page.is_homepage %}
|
||||
<link rel="alternate" href="https://www.privacyguides.org/" hreflang="x-default">
|
||||
{% else %}
|
||||
<link rel="alternate" href="{{ "https://www.privacyguides.org/" ~ "en" ~ "/" ~ page.url }}" hreflang="x-default">
|
||||
{% endif %}
|
||||
{% 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 %}
|
||||
|
Reference in New Issue
Block a user