Исправление ошибки с типом ссылок alternate

master
Антон Касимов 2019-05-13 21:02:53 +03:00
parent 1ca1929e23
commit 0cbc2a0bc3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<link rel="amphtml" href="{{amphtml}}">
{% endif -%}
{% for link in alternate -%}
<link rel="{{link.type}}" title="{{link.title}}" href="{{link.href}}">
<link rel="alternate" type="{{link.type}}" title="{{link.title}}" href="{{link.href}}">
{% endfor -%}
<title>{{title}}</title>
{% block links %}