fix recurrent event edit

This commit is contained in:
les
2020-02-10 01:11:27 +01:00
parent bd15baf098
commit 3d83c8e1a0
2 changed files with 16 additions and 21 deletions

View File

@@ -9,16 +9,14 @@
Nav
#content
nuxt
el-footer#footer
.row
.col.col-7
small <a href='https://gancio.org'>Gancio {{settings.version}}</a>
.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}}</a>
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
</template>
<script>