0
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:
2024-02-14 21:33:46 +04:00
parent b8edb5d4cd
commit ad86f7a471
2 changed files with 8 additions and 7 deletions

View File

@ -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 -%}