From ccecf822ee3ccc0e8b78b227324547f8b0ada92b Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 30 May 2024 22:07:44 -0700 Subject: [PATCH] Rename var --- layouts/partials/paige/footer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }}