|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
{{ $copyright := site.Copyright | markdownify | and ($page.Param "paige.site.disable_copyright" | not) }}
|
|
|
|
{{ $copyright := site.Copyright | markdownify | and ($page.Param "paige.site.disable_copyright" | not) }}
|
|
|
|
{{ $credit := $page.Param "paige.site.credit" }}
|
|
|
|
{{ $credit := $page.Param "paige.site.credit" }}
|
|
|
|
{{ $first := templates.Exists "partials/paige/footer-first.html" }}
|
|
|
|
{{ $first := templates.Exists "partials/paige/site-footer-first.html" }}
|
|
|
|
{{ $last := templates.Exists "partials/paige/footer-last.html" }}
|
|
|
|
{{ $last := templates.Exists "partials/paige/site-footer-last.html" }}
|
|
|
|
{{ $license := $page.Param "paige.site.license" | markdownify | and ($page.Param "paige.site.disable_license" | not) }}
|
|
|
|
{{ $license := $page.Param "paige.site.license" | markdownify | and ($page.Param "paige.site.disable_license" | not) }}
|
|
|
|
{{ $microdata := $page.Params.paige.pages.microdata }}
|
|
|
|
{{ $microdata := $page.Params.paige.pages.microdata }}
|
|
|
|
|
|
|
|
|
|
|
|