diff --git a/layouts/partials/paige/site-footer.html b/layouts/partials/paige/site-footer.html index 7fa2f567..0f244b9f 100644 --- a/layouts/partials/paige/site-footer.html +++ b/layouts/partials/paige/site-footer.html @@ -2,6 +2,8 @@ {{ $copyright := site.Copyright | markdownify }} {{ $credit := $page.Param "paige.credit" }} +{{ $first := templates.Exists "partials/paige/footer-first.html" }} +{{ $last := templates.Exists "partials/paige/footer-last.html" }} {{ $theme := "https://github.com/willfaught/paige" }} {{ $license := $page.Param "paige.license" | markdownify }} @@ -14,7 +16,7 @@ {{ end }}