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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-09-08 23:37:56 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-08 23:37:56 +0300
commitb66679d36acc0443078dafdfc5452880f376e015 (patch)
tree1b0d7d26c55084e840778850306194d641080556 /layouts/partials
parent9b0e48e8434624ccf0b6babe0302cf1a420edb7e (diff)
fix(head): remove <base> tag
Causes misbehaviour of anchor link
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e79c929..98ccd9c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,7 +2,6 @@
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name='description' content='{{ chomp (partial "data/description" . | plainify ) }}'>
- <base href='{{ .Site.BaseURL }}'>
<title>{{ (trim (partial "data/title" .) "\n" ) | safeHTML }}</title>
<link rel='canonical' href='{{ .Permalink }}'>