master
Will Faught 5 months ago
parent e05675878d
commit 394cfb9d93

@ -89,7 +89,7 @@
{{ end }} {{ end }}
{{ with $subtitle }} {{ with $subtitle }}
<subtitle type="html">{{ printf "<![CDATA[%s]]>" . | safeHTML}}</subtitle> <subtitle type="html">{{ printf "<![CDATA[%s]]>" . | safeHTML }}</subtitle>
{{ end }} {{ end }}
{{ printf `<title type="html"><![CDATA[%s]]></title>` $title | safeHTML }} {{ printf `<title type="html"><![CDATA[%s]]></title>` $title | safeHTML }}
@ -116,7 +116,7 @@
{{ end }} {{ end }}
{{ if not $content }} {{ if not $content }}
{{ $content = .Description | markdownify}} {{ $content = .Description | markdownify }}
{{ end }} {{ end }}
{{ if not $title }} {{ if not $title }}

@ -13,7 +13,7 @@
{{ end }} {{ end }}
{{ if $auto }} {{ if $auto }}
{{ $audio := $page.Params.audio | default slice}} {{ $audio := $page.Params.audio | default slice }}
{{ $authors := partial "paige/func-authors.html" $page }} {{ $authors := partial "paige/func-authors.html" $page }}
{{ $images := $page.Params.images | default slice }} {{ $images := $page.Params.images | default slice }}
{{ $keywords := sort (union (union $page.Keywords $page.Params.tags) $page.Params.categories) }} {{ $keywords := sort (union (union $page.Keywords $page.Params.tags) $page.Params.categories) }}

Loading…
Cancel
Save