1

Afficher la dernière modification dans le footer

This commit is contained in:
2026-04-03 01:24:10 +02:00
parent a2505475d3
commit ef85b23a82
2 changed files with 20 additions and 0 deletions

View File

@@ -48,5 +48,11 @@
</li>
{{- end -}}
</ul>
{{- with .Lastmod -}}
<p>
Dernière modification de cette page :
<time datetime="{{ .Format "2006-01-02T15:04:05Z07:00" }}">{{ printf "%s à %s" (. | time.Format ":date_long") (. | time.Format "15:04") }}</time>
</p>
{{- end -}}
</nav>
</footer>