diff --git a/content/page/categories/index.fr.md b/content/page/categories/index.fr.md new file mode 100644 index 0000000..bb7bf6d --- /dev/null +++ b/content/page/categories/index.fr.md @@ -0,0 +1,10 @@ +--- +title: Catégories +slug: categories +layout: categories +menu: + main: + weight: 40 + params: + icon: categories +--- diff --git a/content/page/categories/index.md b/content/page/categories/index.md new file mode 100644 index 0000000..6c671a3 --- /dev/null +++ b/content/page/categories/index.md @@ -0,0 +1,10 @@ +--- +title: Categories +slug: categories +layout: categories +menu: + main: + weight: 40 + params: + icon: categories +--- diff --git a/content/page/tags/index.fr.md b/content/page/tags/index.fr.md new file mode 100644 index 0000000..3f4cf11 --- /dev/null +++ b/content/page/tags/index.fr.md @@ -0,0 +1,10 @@ +--- +title: Mots Clés +slug: tags +layout: tags +menu: + main: + weight: 50 + params: + icon: tags +--- diff --git a/content/page/tags/index.md b/content/page/tags/index.md new file mode 100644 index 0000000..94c5240 --- /dev/null +++ b/content/page/tags/index.md @@ -0,0 +1,10 @@ +--- +title: Tags +slug: tags +layout: tags +menu: + main: + weight: 50 + params: + icon: tags +---