|
|
@ -14,7 +14,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
{{ if $auto }}
|
|
|
|
{{ if $auto }}
|
|
|
|
{{ $audios := $page.Params.audio | default slice}}
|
|
|
|
{{ $audios := $page.Params.audio | default slice}}
|
|
|
|
{{ $authors := $page.GetTerms "authors" }}
|
|
|
|
{{ $authors := partial "paige/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) }}
|
|
|
|
{{ $license := $page.Param "paige.license" | markdownify | plainify }}
|
|
|
|
{{ $license := $page.Param "paige.license" | markdownify | plainify }}
|
|
|
@ -51,9 +51,9 @@
|
|
|
|
{{ $authorObjects := slice }}
|
|
|
|
{{ $authorObjects := slice }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ range $authors }}
|
|
|
|
{{ range $authors }}
|
|
|
|
{{ $authoremail := cond (. | not | not) .Params.email "" }}
|
|
|
|
{{ $authoremail := cond (. | not | not) .Params.paige.author.email "" }}
|
|
|
|
{{ $authorname := cond (. | not | not) .Params.name "" }}
|
|
|
|
{{ $authorname := cond (. | not | not) .Params.paige.author.name "" }}
|
|
|
|
{{ $authorurl := cond (. | not | not) .Params.url "" }}
|
|
|
|
{{ $authorurl := cond (. | not | not) .Params.paige.author.url "" }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ if or $authoremail $authorname $authorurl }}
|
|
|
|
{{ if or $authoremail $authorname $authorurl }}
|
|
|
|
{{ $authorSchema := newScratch }}
|
|
|
|
{{ $authorSchema := newScratch }}
|
|
|
|