This commit is contained in:
parent
1d367700f9
commit
eeaab99460
@ -7,6 +7,8 @@ subtitle: "FOSC"
|
|||||||
logo: "assets/logo.png"
|
logo: "assets/logo.png"
|
||||||
# icon: "fas fa-skull-crossbones" Optional icon
|
# icon: "fas fa-skull-crossbones" Optional icon
|
||||||
|
|
||||||
|
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>'
|
||||||
|
|
||||||
# Optional message
|
# Optional message
|
||||||
#
|
#
|
||||||
message:
|
message:
|
||||||
|
@ -105,11 +105,8 @@
|
|||||||
</section>
|
</section>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="content has-text-centered">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user