From 80d795e0c47413530729ff14637286e5033e477e Mon Sep 17 00:00:00 2001 From: Mikhail Pilin Date: Sun, 27 Sep 2020 21:48:47 +0200 Subject: Fixed some w3 validator and google search console errors (#90) - A document must not include both a `meta` element with an `http-equiv` attribute whose value is `content-type`, and a `meta` element with a `charset` attribute. - Bad value `https://fonts.googleapis.com/css?family=Lato:300,400|Roboto+Slab:400,700|Roboto:300,300i,400,400i,500,500i,700,700i` for attribute `href` on element `link`: Illegal character in query: `|` is not allowed. - Not all markup is eligible for rich results: two sequential commas --- layouts/partials/header.html | 3 +-- layouts/partials/social.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 173de3c..9e4b0c3 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,7 +2,6 @@ - @@ -24,7 +23,7 @@ {{ end }} - + diff --git a/layouts/partials/social.html b/layouts/partials/social.html index d5effd4..9060de7 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -153,7 +153,7 @@ {{ with .Site.Params.social.twitch}}"https://www.twitch.tv/{{.}}",{{ end }} {{ with .Site.Params.social.soundcloud}}"https://soundcloud.com/{{.}}",{{ end }} {{ with .Site.Params.social.tumblr}}"https://{{.}}.tumblr.com",{{ end }} - {{ with .Site.Params.social.strava}}"https://www.strava.com/athletes/{{.}}",{{ end }}, + {{ with .Site.Params.social.strava}}"https://www.strava.com/athletes/{{.}}",{{ end }} "{{ .Site.Params.baseURL }}" ] } -- cgit v1.2.3