{{- $site := .Site -}} {{- $logoPath := $site.Params.logo | default "logo-large.png" -}} {{- $logo := resources.GetMatch $logoPath -}} {{- $htmlValidationURL := printf "https://validator.w3.org/nu/?doc=%s" (.Permalink | urlquery) -}} {{- $cssValidationURL := printf "https://jigsaw.w3.org/css-validator/validator?uri=%s&profile=css3svg&usermedium=all&warning=0&lang=fr" (.Permalink | urlquery) -}} {{- $rssValidationURL := "" -}} {{- with $site.Home.OutputFormats.Get "RSS" -}} {{- $rssValidationURL = printf "https://validator.w3.org/feed/check.cgi?url=%s" (.Permalink | urlquery) -}} {{- end -}}