From dcfae3ef3970c34242b7dc89352088cc056279bf Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sat, 19 Dec 2020 16:47:18 +0100 Subject: [PATCH] fix --- pages/blog/index.vue | 2 -- pages/contact.vue | 20 +++++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pages/blog/index.vue b/pages/blog/index.vue index c8c2756..12e7f01 100644 --- a/pages/blog/index.vue +++ b/pages/blog/index.vue @@ -210,7 +210,6 @@ export default { }, async asyncData ({ $content, app }) { const tags = await $content('tags').fetch() - const locale = await app.i18n.locale const postsTemp = await $content(`articles/${locale}`) @@ -222,7 +221,6 @@ export default { postsTemp.map(post => { posts.push(post) }) - console.log(posts) let prev = null let next = null diff --git a/pages/contact.vue b/pages/contact.vue index 1d7ff66..837523a 100644 --- a/pages/contact.vue +++ b/pages/contact.vue @@ -61,14 +61,16 @@

{{ $t('contact.how_to.description') }}

-
- - me@arthurdanjou.fr - -
- - - +
@@ -82,7 +84,7 @@
{{ $t('contact.available.start') }} {{ $t('hiring.status.' + status) }}