diff --git a/layouts/partials/last-updated.html b/layouts/partials/last-updated.html
new file mode 100644
index 0000000..63f2d95
--- /dev/null
+++ b/layouts/partials/last-updated.html
@@ -0,0 +1,7 @@
+{{ if ne ( .Lastmod.Format "2006-01-02" ) "0001-01-01" }}
+Mis à jour le {{ .Lastmod.Format ( $.Site.Params.dateformat | default "2 Jan 2006") }}
+{{ end }}
+{{ if ne ( .PublishDate.Format "2006-01-02" ) "0001-01-01" }}
+
+Publié le {{ .PublishDate.Format ( $.Site.Params.dateformat | default "2 Jan 2006") -}}
+{{ end }}
diff --git a/layouts/partials/powered.html b/layouts/partials/powered.html
new file mode 100644
index 0000000..e7d17bb
--- /dev/null
+++ b/layouts/partials/powered.html
@@ -0,0 +1 @@
+
Site fait avec Hugo. Thème basé sur TechDoc mais revu à ma sauce.