diff --git a/i18n/en.toml b/i18n/en.toml index 7fb76fe..3225a3e 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -29,4 +29,19 @@ other = "Type something..." [searchResultTitle] - other = "#PAGES_COUNT pages (#TIME_SECONDS seconds)" \ No newline at end of file + other = "#PAGES_COUNT pages (#TIME_SECONDS seconds)" + +[searchResultPost] + other = "Post" + +[categories] + other = "Categories" + +[category] + other = "Category" + +[footerBuiltWith] + other = "Built with" + +[footerDesignedBy] + other = "designed by" \ No newline at end of file diff --git a/i18n/fr.toml b/i18n/fr.toml index ea3b0c9..1f2e9d8 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -29,4 +29,19 @@ other = "Cherchez un article, une publication, etc." [searchResultTitle] - other = "#PAGES_COUNT pages (#TIME_SECONDS secondes)" \ No newline at end of file + other = "#PAGES_COUNT pages (#TIME_SECONDS secondes)" + +[searchResultPost] + other = "Publication" + +[categories] + other = "Catégories" + +[category] + other = "Catégorie" + +[footerBuiltWith] + other = "Généré avec" + +[footerDesignedBy] + other = "conçu par" \ No newline at end of file diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index d2326ee..93dc0c4 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -2,7 +2,7 @@ {{ define "main" }} {{ $categories := ($.Site.GetPage "taxonomyTerm" "categories").Pages }} {{ if $categories }} -