From 24d07cba2e721c93828040a41a87f39241fffe4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Fri, 18 Aug 2023 12:59:28 +0200 Subject: [PATCH] Fix W3 HTML validator errors * Add lang="en" attribute to html tag * Remove "px" from RSS icon width and height --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

-- 2.39.2