custom footer links, colors, dark mode #82
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<template lang="pug">
|
||||
v-footer(app absolute)
|
||||
v-btn(text href='https://gancio.org') Gancio {{settings.version}}
|
||||
v-btn(v-if='settings.enable_federation' text rel='me' @click.prevent='showFollowMe=true') follow me
|
||||
v-btn(nuxt to='/about' text) about
|
||||
v-btn(href='https://blog.gancio.org' text) blog
|
||||
v-btn(href='https://framagit.org/les/gancio' text) source
|
||||
v-footer(app absolute color='secondary')
|
||||
v-btn(color='primary' text href='https://gancio.org') Gancio {{settings.version}}
|
||||
v-btn(v-for='link in settings.footerLinks'
|
||||
:key='link.label' color='primary' text :href='link.href') {{link.label}}
|
||||
//- v-btn(v-if='settings.enable_federation' text rel='me' @click.prevent='showFollowMe=true') follow me
|
||||
//- v-btn(nuxt to='/about' text) about
|
||||
//- v-btn(href='https://blog.gancio.org' text) blog
|
||||
//- v-btn(href='https://framagit.org/les/gancio' text) source
|
||||
</template>
|
||||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
|
||||
Reference in New Issue
Block a user