diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 20:23:17 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 20:23:17 +0300 |
commit | b8edb5d4cd4c24e7b1e1c4a53d9470a754f28ab7 (patch) | |
tree | c3b886646df2b0f0b672d0c034eec3a942456a9e /_includes | |
parent | 89f0b3c0577505a2090151dec68cd3bbca09e74f (diff) | |
download | popov.link-b8edb5d4cd4c24e7b1e1c4a53d9470a754f28ab7.tar.xz popov.link-b8edb5d4cd4c24e7b1e1c4a53d9470a754f28ab7.zip |
Correction of validator's comments
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/head.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/head.html b/_includes/head.html index a1b17f8..1094f76 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,9 +1,9 @@ <head> <!-- Meta tags --> - <meta content="IE=edge" http-equiv="X-UA-Compatible" /> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <meta content="width=device-width, initial-scale=1" name="viewport" /> - <meta content="index, follow" name="robots" /> + <meta content="IE=edge" http-equiv="X-UA-Compatible"> + <meta content="text/html; charset=utf-8" http-equiv="content-type"> + <meta content="width=device-width, initial-scale=1" name="viewport"> + <meta content="index, follow" name="robots"> <!-- Title / Description --> <meta content="{{- page.description | default: site.description | strip | normalize_whitespace | xml_escape -}}" name="description" /> |