]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - index.html
Optionnal footer support
[github/bastienwirtz/homer.git] / index.html
index 4bc82c1a1d8475da86ff8728ffe4ff3ffc2da29c..070656dad7fc8a2a7affa987167375ca86553470 100644 (file)
@@ -13,7 +13,7 @@
 </head>
 
 <body>
-  <div id="app" v-if="config" :class="[isDark ? 'is-dark' : 'is-light']">
+  <div id="app" v-if="config" :class="[isDark ? 'is-dark' : 'is-light', !config.footer ? 'no-footer': '']">
     <div id="bighead">
       <section class="first-line">
         <div v-cloak class="container">
     </section>
     <footer class="footer">
         <div class="container">
-          <div class="content has-text-centered">
-            <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> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i
-                  class="fab fa-github-alt"></i></a></p>
+          <div class="content has-text-centered" v-if="config.footer" v-html="config.footer">
+            
           </div>
         </div>
       </footer>