diff --git a/layouts/partials/paige/footer.html b/layouts/partials/paige/footer.html index ea4a7d94..e702408b 100644 --- a/layouts/partials/paige/footer.html +++ b/layouts/partials/paige/footer.html @@ -1,9 +1,9 @@ {{ $page := . }} {{ $copyright := site.Copyright | markdownify }} -{{ $href := "https://github.com/willfaught/paige" }} +{{ $theme := "https://github.com/willfaught/paige" }} {{ $fileediturl := $page.Param "paige.file_edit_url" }} -{{ $target := partial "paige/target.html" (dict "page" $page "url" $href) }} +{{ $target := partial "paige/target.html" (dict "page" $page "url" $theme) }} {{ if and $fileediturl $page.File }} {{ $fileediturl = printf $fileediturl $page.File.Path }} @@ -41,7 +41,7 @@ {{ end }}

- Paige Theme + Paige Theme

{{ if templates.Exists "partials/paige/footer-last.html" }}