X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FApp.vue;h=a329775d789f7c9266834fb1f45ffcbef5bb3d7c;hb=ecf664d19b2a46c9d89a9a9c1128e22b7228607a;hp=4eb112d4739dc1b60f7111dcbc65f978f2a3ee77;hpb=b1c85864410e5a5515124125e387518d2fbb4c07;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/App.vue b/src/App.vue index 4eb112d..a329775 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,6 +4,7 @@ v-if="config" :class="[ `theme-${config.theme}`, + `page-${currentPage}`, isDark ? 'is-dark' : 'is-light', !config.footer ? 'no-footer' : '', ]" @@ -18,7 +19,10 @@ -
+
{{ config.subtitle }}

{{ config.title }}

@@ -30,22 +34,26 @@ :links="config.links" @navbar-toggle="showMenu = !showMenu" > - +
@@ -56,14 +64,21 @@ v-if="config.connectivityCheck" @network-status-update="offline = $event" /> + + +
-