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:
authorsiegerts <stephen.siegert@gmail.com>2019-03-05 20:41:11 +0300
committerGitHub <noreply@github.com>2019-03-05 20:41:11 +0300
commitfb72e0c81892dedc4eb9f7db7f7fc4f0de69178d (patch)
treeffa6120687957f74c3ce0dc4928ab1123b892888
parent9cb94563badb1e434bbc6b9f5e7c7d3b99df5004 (diff)
parente4a4c805d8f150a2fbcd82a4391bade205ffe6a5 (diff)
Merge pull request #2 from mrcasals/patch-1v1.0
Remove `base` element from HTML
-rw-r--r--layouts/index.html1
-rw-r--r--layouts/partials/header.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 35b27df..c4b8216 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -9,7 +9,6 @@
{{ partial "meta.html" . }}
- <base href="{{ .Site.BaseURL }}" />
<title>{{ .Site.Title }}</title>
<link rel="canonical" href="{{ .Permalink }}" />
<link
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 }}" />