diff --git a/i18n/fr.toml b/i18n/fr.toml index fcc7210..d2500d4 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -1,3 +1,6 @@ +[lastCommit] +other = "Dernier commit modifiant cette page" + [post-infos] other = "Informations sur le billet" @@ -7,6 +10,5 @@ other = "Permalien" [contactsPriv] other = "Contacts personnels" - [contactsPro] other = "Contacts professionnels" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 0b12196..48a2a19 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,8 @@ +{{ $currentPage := . -}} +{{ $siteSources := .Site.Params.siteSources }}