diff --git a/config.toml b/config.toml index 3ef7e34..3e16eed 100644 --- a/config.toml +++ b/config.toml @@ -24,8 +24,10 @@ languages = [ [extra] # The common part of the title (appended to page/section titles) -title = " | dnsmanager" +title = "dnsmanager" color = "light" +header = "_common/header.md" +menu = "_common/menu.md" max_width_for = "body" [extra.forge] # The baseURL for files tracked on the forge @@ -42,9 +44,11 @@ readmore = "Lire la suite" previousPage = "Page précédente" nextPage = "Page suivante" dateFormat = "%d/%m/%Y" +nothing_yet = "Il n'y a pas encore d'article dans cette section." [translations.en] source = "Source for this page" readmore = "Read more" previousPage = "Previous page" nextPage = "Next page" dateFormat = "%m/%d/%Y" +nothing_yet = "There is no article in this section yet." diff --git a/content/_common/header.fr.md b/content/_common/header.fr.md new file mode 100644 index 0000000..f4cdf9e --- /dev/null +++ b/content/_common/header.fr.md @@ -0,0 +1,12 @@ ++++ ++++ +

dnsmanager

+ + diff --git a/themes/water b/themes/water index cb45a6f..783f7e6 160000 --- a/themes/water +++ b/themes/water @@ -1 +1 @@ -Subproject commit cb45a6fe0168a947992c0bef24fc7ddbaec7f9f3 +Subproject commit 783f7e6abc6bca7c4728340b59188ac921f40660