mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-03 08:00:26 +03:00
Correction of validator's comments [2]
This commit is contained in:
@ -6,14 +6,14 @@
|
||||
<meta content="index, follow" name="robots">
|
||||
|
||||
<!-- Title / Description -->
|
||||
<meta content="{{- page.description | default: site.description | strip | normalize_whitespace | xml_escape -}}" name="description" />
|
||||
<meta content="{{- page.description | default: site.description | strip | normalize_whitespace | xml_escape -}}" name="description">
|
||||
<title>{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}</title>
|
||||
|
||||
<!-- RSS -->
|
||||
<link href="{{- site.rss | absolute_url | url_escape -}}" rel="alternate" title="RSS" type="application/atom+xml" />
|
||||
<link href="{{- site.rss | absolute_url | url_escape -}}" rel="alternate" title="RSS" type="application/atom+xml">
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link href="{{- page.url | absolute_url | url_escape -}}" rel="canonical" />
|
||||
<link href="{{- page.url | absolute_url | url_escape -}}" rel="canonical">
|
||||
|
||||
<!-- CSS -->
|
||||
{%- include styles.html -%}
|
||||
|
Reference in New Issue
Block a user