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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/htmlhead.html')
-rw-r--r--layouts/partials/htmlhead.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/htmlhead.html b/layouts/partials/htmlhead.html
index 16fd6d8..5124a9e 100644
--- a/layouts/partials/htmlhead.html
+++ b/layouts/partials/htmlhead.html
@@ -22,4 +22,5 @@
{{ end }}
{{ $noscript := resources.Get "scss/noscript.scss" | resources.ExecuteAsTemplate "noscript.scss" . | toCSS (dict "targetPath" "assets/css/noscript.css" "enableSourceMap" false) }}
<noscript><link rel="stylesheet" href='{{ $noscript.RelPermalink }}' /></noscript>
+ {{ partial "htmlhead.custom.html" }}
</head>