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:46 +0300
committerGitHub <noreply@github.com>2019-03-05 19:02:46 +0300
commite4a4c805d8f150a2fbcd82a4391bade205ffe6a5 (patch)
treeffa6120687957f74c3ce0dc4928ab1123b892888
parent00ec98b656b98d961e42e0d4bfa652d57a063718 (diff)
Remove `base` element from index layout
-rw-r--r--layouts/index.html1
1 files changed, 0 insertions, 1 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