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

github.com/PippoRJ/hugo-refresh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Buetikofer <benjamin.buetikofer@ricardo.ch>2020-10-04 19:05:45 +0300
committerBenjamin Buetikofer <benjamin.buetikofer@ricardo.ch>2020-10-04 19:05:45 +0300
commitceedded8d5334daf27888f1a9086750b14b1fcae (patch)
treeeb87f411180a5b6c067c79fc6fbd7602a14b33dc
parentd693a47265992ecbf701abc06a8494689da1c729 (diff)
allow custom head
-rwxr-xr-xlayouts/_default/baseof.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 12a2edf..b53adc9 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -20,6 +20,7 @@
{{- end -}}</title>
{{ partial "css.html" . }}
+ {{ partial "customer_head.html" . }}
</head>
<body>
<!-- Counter -->
@@ -33,4 +34,4 @@
{{- partial "javascript.html" . -}}
</body>
-</html> \ No newline at end of file
+</html>