diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-11 18:27:41 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-11 18:27:41 -0400 |
| commit | dedb5397fe1526495474031c5b60b385c1d97f34 (patch) | |
| tree | c94df44370a450308b24ff848f9b4224b882c0f2 /layouts/default.vue | |
| parent | c91cc505f4ec082107d5e62ffedc84896a91b805 (diff) | |
| download | chine-projet-dedb5397fe1526495474031c5b60b385c1d97f34.tar.gz chine-projet-dedb5397fe1526495474031c5b60b385c1d97f34.tar.bz2 chine-projet-dedb5397fe1526495474031c5b60b385c1d97f34.zip | |
Removed page in favor of titles; Added more context
Diffstat (limited to 'layouts/default.vue')
| -rw-r--r-- | layouts/default.vue | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index 1ccfcd7..811b0a9 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -6,7 +6,12 @@ <footer> <v-row align="center" justify="center"> <v-col> - <nuxt-link to="about">A propos</nuxt-link> + <nuxt-link to="/">Accueil</nuxt-link> + <nuxt-link to="propos-chine">À propos Chine</nuxt-link> + <nuxt-link to="culture">Culture</nuxt-link> + <nuxt-link to="a-propos">À propos</nuxt-link> + <br /> + <br /> <p> Propulsé par NuxtJS. Sous licence <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" |
