Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Riera <mrc2407@gmail.com>2019-03-05 19:02:00 +0300
committerGitHub <noreply@github.com>2019-03-05 19:02:00 +0300
commit00ec98b656b98d961e42e0d4bfa652d57a063718 (patch)
treeb106b5334cd2f7542a7863a2a64795cbef563b4e
parent9cb94563badb1e434bbc6b9f5e7c7d3b99df5004 (diff)
Remove `base` element from header partial
-rw-r--r--layouts/partials/header.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index c9adfa0..53e4af7 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,7 +9,6 @@
{{ partial "meta.html" . }}
- <base href="{{ .Site.BaseURL }}" />
<title>{{ .Title }}</title>
<link rel="canonical" href="{{ .Permalink }}" />