From 2b026a00ab899b33187b043a36e569973a3adb49 Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 1 Feb 2022 10:53:23 +0100 Subject: [PATCH] feat: Remove element base It's not mandatory, and actually should be create error on anchor https://www.geeksforgeeks.org/how-to-specify-the-base-url-for-all-relative-urls-in-a-document-using-html5/ --- layouts/partials/head.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index cd8aa70..a1fa5f6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,7 +2,6 @@ - {{ with .OutputFormats.Get "RSS" }}{{ end }}