From: Duje Mihanović Date: Fri, 18 Aug 2023 10:59:28 +0000 (+0200) Subject: Fix W3 HTML validator errors X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=24d07cba2e721c93828040a41a87f39241fffe4c;p=dujemihanovic.xyz.git Fix W3 HTML validator errors * Add lang="en" attribute to html tag * Remove "px" from RSS icon width and height --- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 83689df..110646b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "meta.html" . }} {{ $style := resources.Get "css/style.css" | resources.Minify }} @@ -27,7 +27,7 @@ {{ $image := resources.Get "img/rss.svg" }}

- Link to RSS feed + Link to RSS feed

This site is free software