add version to about page

This commit is contained in:
les
2019-08-31 22:25:00 +02:00
parent f4fb1d41e3
commit 1bc8a83cf8
2 changed files with 5 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
h3 {{$t('common.info')}}
div(v-html='$t("about")')
hr
small Made with <a href='https://gancio.org'>Gancio {{settings.version}}</a>
</template>
<script>