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:
parent
6b9914f4e3
commit
2b026a00ab
|
@ -2,7 +2,6 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<base href="{{ .Site.BaseURL }}">
|
|
||||||
<link rel="canonical" href="{{ .Permalink }}" />
|
<link rel="canonical" href="{{ .Permalink }}" />
|
||||||
{{ with .OutputFormats.Get "RSS" }}<link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" />{{ end }}
|
{{ with .OutputFormats.Get "RSS" }}<link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" />{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue