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

github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index ffa8f78..9b14356 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -5,6 +5,9 @@
{{ partial "head.html" . }}
{{ block "customseo" . }}{{ end }}
+ {{ with .Params.customheader }}
+{{ . | safeHTML }}
+{{ end }}
</head>
<body class="w3-light-grey">
@@ -37,6 +40,9 @@
</div>
+ {{ with .Params.customfooter }}
+{{ . | safeHTML }}
+{{ end }}
{{ if .Site.Params.socialshare }}
{{ partial "socialshare.html" . }}
{{ end }}