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:
		@@ -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 }}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user