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:
authorCurtis Timson <curt@live.co.uk>2022-04-04 14:21:49 +0300
committerGitHub <noreply@github.com>2022-04-04 14:21:49 +0300
commit4397e627ca22751bbbb94e33f10393097c49074c (patch)
tree0b9c82f00a3733c4d0bcce2ff40805c98fbac1d9 /layouts
parent41d1b45936cf5712c6fcce9d788b837898ef75c7 (diff)
✨ Custom htmlhead (#105)
* ✨ Custom htmlhead * update readme * update version
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/htmlhead.custom.html0
-rw-r--r--layouts/partials/htmlhead.html1
2 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/htmlhead.custom.html b/layouts/partials/htmlhead.custom.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/partials/htmlhead.custom.html
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>