Stop escaping header HTML
This commit is contained in:
parent
8e34265b76
commit
bdc6a899b5
|
@ -14,7 +14,7 @@
|
||||||
<script src="{{.}}"></script>
|
<script src="{{.}}"></script>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{range .Params.headers}}
|
{{range .Params.headers}}
|
||||||
{{.}}
|
{{. | safeHTML}}
|
||||||
{{end}}
|
{{end}}
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue