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

github.com/spech66/materialize-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/head.html3
-rw-r--r--layouts/partials/head_custom.html1
2 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 9a9d899..3114a3e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -40,3 +40,6 @@
{{ $pagestyle := resources.Get . | minify | fingerprint "sha512" }}
<link rel="stylesheet" href="{{ $pagestyle.RelPermalink }}" integrity="{{ $pagestyle.Data.Integrity }}">
{{- end }}
+
+<!-- allow easy customization -->
+{{- partial "head_custom.html" . -}}
diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html
new file mode 100644
index 0000000..6ed20a7
--- /dev/null
+++ b/layouts/partials/head_custom.html
@@ -0,0 +1 @@
+<!-- customizations here --> \ No newline at end of file