layout: remove the base href
* FIX Removes the base href because it interfere with footnotes anchors. Co-Authored-by: Igor Milhit <igor@milhit.ch>pull/31/head
parent
e27f8a9d46
commit
38566ba106
|
@ -1,7 +1,6 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<base href="{{ .Site.BaseURL }}">
|
||||
<title>{{ .Title }} | {{ .Site.Title }}</title>
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}style.css">
|
||||
|
|
Loading…
Reference in New Issue