Change customHTML to customHeadHTML
This commit is contained in:
@@ -14,7 +14,7 @@ pygmentsStyle = "monokai"
|
||||
footer = "The Marauders"
|
||||
description = "Sky above, sand below & peace within"
|
||||
avatarURL = "https://upload.wikimedia.org/wikipedia/commons/7/7a/1859-Martinique.web.jpg"
|
||||
customHTML = ""
|
||||
customHeadHTML = ""
|
||||
showPostsOnHomePage = "popular"
|
||||
|
||||
[menu]
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
<!-- Option for user to inject custom html -->
|
||||
{{ if .Site.Params.CustomHTML }}
|
||||
{{ .Site.Params.CustomHTML | safeHTML }}
|
||||
{{ if .Site.Params.CustomHeadHTML }}
|
||||
{{ .Site.Params.CustomHeadHTML | safeHTML }}
|
||||
{{ end }}
|
||||
|
||||
{{ $title := print .Site.Title " | " .Title }}
|
||||
|
||||
Reference in New Issue
Block a user