Format
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
{{ end }}
|
||||
|
||||
{{ with $subtitle }}
|
||||
<subtitle type="html">{{ printf "<![CDATA[%s]]>" . | safeHTML}}</subtitle>
|
||||
<subtitle type="html">{{ printf "<![CDATA[%s]]>" . | safeHTML }}</subtitle>
|
||||
{{ end }}
|
||||
|
||||
{{ printf `<title type="html"><![CDATA[%s]]></title>` $title | safeHTML }}
|
||||
@@ -116,7 +116,7 @@
|
||||
{{ end }}
|
||||
|
||||
{{ if not $content }}
|
||||
{{ $content = .Description | markdownify}}
|
||||
{{ $content = .Description | markdownify }}
|
||||
{{ end }}
|
||||
|
||||
{{ if not $title }}
|
||||
|
@@ -13,7 +13,7 @@
|
||||
{{ end }}
|
||||
|
||||
{{ if $auto }}
|
||||
{{ $audio := $page.Params.audio | default slice}}
|
||||
{{ $audio := $page.Params.audio | default slice }}
|
||||
{{ $authors := partial "paige/func-authors.html" $page }}
|
||||
{{ $images := $page.Params.images | default slice }}
|
||||
{{ $keywords := sort (union (union $page.Keywords $page.Params.tags) $page.Params.categories) }}
|
||||
|
Reference in New Issue
Block a user