From 7504ba839a0749f95d422e911275ea6a6ef0f4ea Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 24 Sep 2023 19:43:36 -0700 Subject: [PATCH] Move href to var --- layouts/partials/paige/footer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/paige/footer.html b/layouts/partials/paige/footer.html index 5033a815..769dcd1f 100644 --- a/layouts/partials/paige/footer.html +++ b/layouts/partials/paige/footer.html @@ -1,6 +1,7 @@ {{ $page := . }} {{ $copyright := site.Copyright | markdownify }} +{{ $href := "https://github.com/willfaught/paige" }}