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

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-07-31 20:11:07 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-07-31 20:11:07 +0300
commitb59a1833230290e433c23665c7d3365429580783 (patch)
treee31d3e51900e3295a46a4ca29aa213e632885fc9 /layouts
parentc40824c60c655404a6c28d47eb2933be071b7f51 (diff)
Use relative permalink for the CSS styles, so the theme works on the Hugo Themes site. See https://github.com/gohugoio/hugoThemes/issues/395
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index ff71cae..a67e7a3 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -19,7 +19,7 @@
<!-- CSS -->
{{ $style := resources.Get "scss/tale.scss" | toCSS | minify }}
- <link rel="stylesheet" href="{{ $style.Permalink }}">
+ <link rel="stylesheet" href="{{ $style.RelPermalink }}">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700">
<!-- Favicon -->