aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/index.html b/index.html
index 4bc82c1..070656d 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
13</head> 13</head>
14 14
15<body> 15<body>
16 <div id="app" v-if="config" :class="[isDark ? 'is-dark' : 'is-light']"> 16 <div id="app" v-if="config" :class="[isDark ? 'is-dark' : 'is-light', !config.footer ? 'no-footer': '']">
17 <div id="bighead"> 17 <div id="bighead">
18 <section class="first-line"> 18 <section class="first-line">
19 <div v-cloak class="container"> 19 <div v-cloak class="container">
@@ -104,11 +104,8 @@
104 </section> 104 </section>
105 <footer class="footer"> 105 <footer class="footer">
106 <div class="container"> 106 <div class="container">
107 <div class="content has-text-centered"> 107 <div class="content has-text-centered" v-if="config.footer" v-html="config.footer">
108 <p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a 108
109 href="https://vuejs.org/">vuejs</a>
110 & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i
111 class="fab fa-github-alt"></i></a></p>
112 </div> 109 </div>
113 </div> 110 </div>
114 </footer> 111 </footer>