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/
This commit is contained in:
Simon 2022-02-01 10:53:23 +01:00
parent 6b9914f4e3
commit 2b026a00ab
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="{{ .Site.BaseURL }}">
<link rel="canonical" href="{{ .Permalink }}" />
{{ with .OutputFormats.Get "RSS" }}<link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" />{{ end }}