Mark includes as safe
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
{{ $title := delimit $titles " · " }}
|
||||
|
||||
<head>
|
||||
{{ partial "paige/func-include.html" (dict "name" "head-first%s.html" "page" $page) }}
|
||||
{{ partial "paige/func-include.html" (dict "name" "head-first%s.html" "page" $page) | safeHTML }}
|
||||
{{ partial "paige/metas.html" $page }}
|
||||
|
||||
{{ with $title }}
|
||||
@@ -42,5 +42,5 @@
|
||||
|
||||
{{ partial "paige/links.html" $page }}
|
||||
{{ partial "paige/style.html" $page }}
|
||||
{{ partial "paige/func-include.html" (dict "name" "head-last%s.html" "page" $page) }}
|
||||
{{ partial "paige/func-include.html" (dict "name" "head-last%s.html" "page" $page) | safeHTML }}
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user