Stop escaping header HTML

This commit is contained in:
Neale Pickett 2022-09-04 20:04:25 -06:00
parent 0183537207
commit c53e56d2e7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<script src="{{.}}"></script>
{{end}}
{{range .Params.headers}}
{{.}}
{{. | safeHTML}}
{{end}}
<title>{{ .Title }}</title>
</head>