From 962e9fa004e87b4964fb13af326d5bccde0e1110 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 20 Oct 2024 21:41:49 +0200 Subject: [PATCH] fix(footer): correct link attribute in footer partial Changed the link field to use `.url` instead of `.link` in the footer template. This aligns with the data structure where URLs are stored under the `url` key, ensuring that the links function as intended. This change corrects navigation issues due to incorrect key usage. --- layouts/partials/foot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html index 61ec645..45445bc 100644 --- a/layouts/partials/foot.html +++ b/layouts/partials/foot.html @@ -7,7 +7,7 @@ {{- if .icon -}} {{- .name -}}  {{- end -}} - {{- .name -}} + {{- .name -}} {{- end -}}