From fe1fd3f8c74297464991d1c43f8e6925f21b2292 Mon Sep 17 00:00:00 2001
From: Matt Jankowski
Date: Fri, 17 May 2024 10:54:22 -0400
Subject: [PATCH] Use `.Path` instead of `.File.Path` when surrounded by `with
.File` block (#1426)
Use `.Path` outside of `.File`
---
layouts/partials/footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 56bccdc..77ae2f3 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -35,5 +35,5 @@
{{ i18n "joinMastodon" }} · {{ i18n "blog" }} ·
- {{ with .File }}{{ i18n "viewSource" }} · {{ end }}CC BY-SA 4.0 · {{ i18n "imprint" }}
+ {{ with .File }}{{ i18n "viewSource" }} · {{ end }}CC BY-SA 4.0 · {{ i18n "imprint" }}