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

github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyorgy Orban <o.gyorgy@gmail.com>2018-08-23 22:04:20 +0300
committerGyorgy Orban <o.gyorgy@gmail.com>2018-08-26 00:47:37 +0300
commit1bb572284a3db971ed425a527166a409ee331ebe (patch)
tree6cec32f070ea9d5acbd81a1076f932f7ae14e0d4
parentc012e095091ac8212c792b4d6f23c5570d02a431 (diff)
fix base href usage which breaks footnotes
-rw-r--r--layouts/partials/head.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 533dec3..284f38a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -7,13 +7,12 @@
{{ .Hugo.Generator }}
<link rel="canonical" href="{{ .Permalink }}">
-<base href="{{ .Site.BaseURL }}" />
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}
{{ template "_internal/google_news.html" . }}
{{ template "_internal/schema.html" . }}
-<link rel="stylesheet" href="css/layout.css" />
+<link rel="stylesheet" href="/css/layout.css" />
<style type="text/css">
{{ partial "theme-colors.css" . | safeCSS }}
</style>