diff --git a/_config.yml b/_config.yml index a0e92008..c794e848 100644 --- a/_config.yml +++ b/_config.yml @@ -29,8 +29,21 @@ defaults: lang: "en" - scope: - path: "*/doc" + path: "fr/doc" values: layout: "doc" type: doc - \ No newline at end of file + + - scope: + path: "en/doc" + values: + layout: "doc" + type: doc + - scope: + path: "fr/collection" + values: + layout: "item" + - scope: + path: "en/collection" + values: + layout: "item" \ No newline at end of file diff --git a/_data/nav.yml b/_data/nav.yml index 1cec15c8..3eab4cb7 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -5,8 +5,11 @@ index: # fr: Galerie # en: Gallery doc/: - fr: DocumentationDocs - en: DocumentationDocs + fr: Documentation + en: Documentation +collections: + fr: Collections + en: Collections posts: fr: Articles en: Posts diff --git a/_layouts/default.html b/_layouts/default.html index bcf7ff89..9c2e1358 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -67,13 +67,18 @@