diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml index 645bfc8b..40a21f6d 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -89,7 +89,7 @@ {{ end }} {{ with $subtitle }} - {{ printf "" . | safeHTML}} + {{ printf "" . | safeHTML }} {{ end }} {{ printf `<![CDATA[%s]]>` $title | safeHTML }} @@ -116,7 +116,7 @@ {{ end }} {{ if not $content }} - {{ $content = .Description | markdownify}} + {{ $content = .Description | markdownify }} {{ end }} {{ if not $title }} diff --git a/layouts/partials/paige/schema.html b/layouts/partials/paige/schema.html index aa2b8bdc..1b00cc13 100644 --- a/layouts/partials/paige/schema.html +++ b/layouts/partials/paige/schema.html @@ -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) }}