diff --git a/hugo.yml b/hugo.yml
index 7bdb1c9..c42bf52 100644
--- a/hugo.yml
+++ b/hugo.yml
@@ -62,6 +62,8 @@ params:
ShowFullTextinRSS: true # Supports to show your whole contents in RSS, not just summary
+ showLastMod: true
+
outputFormats:
RSS:
baseName: "feed"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index b2ef879..14650c0 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -23,6 +23,10 @@
Flux RSS
+
+ {{ with (readFile "/../data/gitinfo.txt") }}
+ Mis à jour : {{ . }}
+ {{ end }}
{{- end }}