diff --git a/layouts/partials/post-info.html b/layouts/partials/post-info.html
index 2071037..337e1fa 100644
--- a/layouts/partials/post-info.html
+++ b/layouts/partials/post-info.html
@@ -1,6 +1,6 @@
- Publié le : {{ dateFormat "2006-01-02" (default .Date (.PublishDate)) }}
- {{ if isset .Params "lastmod" }}
+ {{ if (and (isset .Params "lastmod") (gt .Lastmod .PublishDate)) }}
- Dernière mise à jour : {{ .Lastmod.Format "2006-01-02" }}
{{ end }}
{{ with .Params.categories }}