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:
authorSebastian Pech <windows@spech.de>2020-04-22 19:12:59 +0300
committerSebastian Pech <windows@spech.de>2020-04-22 19:12:59 +0300
commit05ec3e5a234087dd9e5afe36b5c2a581d54ddefa (patch)
treea569b6f410019d2f0091ef439b399638ddd3bf3f
parent68b8b74e6b1a2f5f1a68f4d5a1bc73233c73ea38 (diff)
sync with bootstrap pr #5
-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