diff --git a/config.toml b/config.toml index 97c38f5..e929674 100644 --- a/config.toml +++ b/config.toml @@ -24,8 +24,14 @@ languages = [ [extra] # The common part of the title (appended to page/section titles) -title = " | ~fr" +title = "~fr" +color = "light" max_width_for = "body" +max_width = "800px" + +header = "_common/header.md" +menu = "_common/menu.md" + [extra.forge] # The baseURL for files tracked on the forge browse = "https://tildegit.org/tilde-fr/site/src/branch/master/" @@ -41,9 +47,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/themes/water b/themes/water index cb45a6f..783f7e6 160000 --- a/themes/water +++ b/themes/water @@ -1 +1 @@ -Subproject commit cb45a6fe0168a947992c0bef24fc7ddbaec7f9f3 +Subproject commit 783f7e6abc6bca7c4728340b59188ac921f40660