diff --git a/themes/2026/assets/css/footer.css b/themes/2026/assets/css/footer.css index 50147015..0321aa64 100644 --- a/themes/2026/assets/css/footer.css +++ b/themes/2026/assets/css/footer.css @@ -30,6 +30,7 @@ body > footer > nav { display: grid; align-content: center; line-height: normal; + gap: var(--space-2); } body > footer > section { @@ -154,3 +155,16 @@ body > footer > nav ul ul > li + li::before { margin-inline: 0.45rem; color: var(--color-border-strong); } + +body > footer > nav > p { + margin-top: 0; + color: var(--color-footer-soft); + font-size: 0.8rem; + line-height: 1.45; + justify-self: center; + text-align: center; +} + +body > footer > nav > p > time { + color: var(--color-footer-text); +} diff --git a/themes/2026/layouts/_partials/footer.html b/themes/2026/layouts/_partials/footer.html index 2fd9a186..898d282f 100644 --- a/themes/2026/layouts/_partials/footer.html +++ b/themes/2026/layouts/_partials/footer.html @@ -48,5 +48,11 @@ {{- end -}} + {{- with .Lastmod -}} +
+ Dernière modification de cette page : + +
+ {{- end -}}