Fix x-default alternate link
This commit is contained in:
parent
ac817c0b30
commit
43a640ebab
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{% for translation in site.translations %}
|
||||
{%- assign hreflang = translation.url | replace: '/index-', '' | replace: '.html', '' -%}
|
||||
<link rel="alternate" hreflang="{{hreflang}}" href="{{translation.url | absolute_url }}" />
|
||||
<link rel="alternate" hreflang="{{ hreflang }}" href="{{ translation.url | absolute_url }}" />
|
||||
{%- endfor -%}
|
||||
<link rel="alternate" hreflang="en" href="https://rms-support-letter.github.io/" /><link rel="alternate" hreflang="x-defaul
|
||||
t" href="https://rms-support-letter.github.io/" />
|
||||
<link rel="alternate" hreflang="en" href="https://rms-support-letter.github.io/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://rms-support-letter.github.io/" />
|
||||
|
|
Loading…
Reference in a new issue