diff --git a/layouts/default.vue b/layouts/default.vue index 1d880db7..b7cf871a 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -9,16 +9,14 @@ Nav #content nuxt - el-footer#footer - .row - .col.col-7 - small Gancio {{settings.version}} - .col#links - a(rel='me' :href='settings.baseurl' @click.prevent='showFollowMe=true') follow me - nuxt-link(to='/about') about - a(href='https://gancio.org') docs - a(href='https://blog.gancio.org') blog - a(href='https://framagit.org/les/gancio') source + el-footer.mt-1#footer + #links + a(href='https://gancio.org') Gancio {{settings.version}} + span ⇒ + a(rel='me' :href='settings.baseurl' @click.prevent='showFollowMe=true') follow me + nuxt-link(to='/about') about + a(href='https://blog.gancio.org') blog + a(href='https://framagit.org/les/gancio') source