Add footer text
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cristian Gutierrez 2020-03-18 04:25:13 +01:00
parent cdb5a9e941
commit 306c0d44f5
1 changed files with 4 additions and 1 deletions

View File

@ -106,7 +106,10 @@
<footer class="footer">
<div class="container">
<div class="content has-text-centered" v-if="config.footer" v-html="config.footer">
<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a
href="https://vuejs.org/">vuejs</a>
& <a href="https://fontawesome.com/">font awesome</a> // Based on <a href="https://github.com/bastienwirtz/homer"><i
class="fab fa-github-alt"></i></a></p>
</div>
</div>
</footer>