From 8407900dee59ab4e54d5a8d7a058d543e0661ab0 Mon Sep 17 00:00:00 2001 From: gribse Date: Thu, 15 May 2025 21:05:12 +0200 Subject: [PATCH] fix: correct path to gitinfo.txt in footer --- 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 14650c0..3b39a0f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -24,7 +24,7 @@ Flux RSS - {{ with (readFile "/../data/gitinfo.txt") }} + {{ with (readFile "data/gitinfo.txt") }} Mis à jour : {{ . }} {{ end }}