diff --git a/_data/i18n/en.yml b/_data/i18n/en.yml index 9eb2fef..4a6d9eb 100644 --- a/_data/i18n/en.yml +++ b/_data/i18n/en.yml @@ -10,6 +10,12 @@ label: redirect: "Redirect to" tag_pages: "Pages with tag" main_page: "Main page" + global_pages: "Special pages" prefix: tag: "Tag:" user: "User:" +global_pages: + - url: /Main + text: Home page + - url: /Special:Tags + text: All the tags diff --git a/_data/i18n/fr.yml b/_data/i18n/fr.yml index bcd592a..e7d5f99 100644 --- a/_data/i18n/fr.yml +++ b/_data/i18n/fr.yml @@ -10,6 +10,12 @@ label: redirect: "Rediriger vers" tag_pages: "Pages dans la catégorie" main_page: "Page principale" + global_pages: "Pages spéciales" prefix: tag: "Tag:" user: "Utilisateur:" +global_pages: + - url: /Accueil + text: Accueil + - url: /Special:Tags + text: Toutes les catégories diff --git a/_global/Special:Tags.html b/_global/Special:Tags.html new file mode 100644 index 0000000..402595d --- /dev/null +++ b/_global/Special:Tags.html @@ -0,0 +1,18 @@ +--- +layout: default +title: Tags +menu: ['global'] +--- +{%- include /functions/wiki-tags.html -%} +