X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FApp.vue;h=a329775d789f7c9266834fb1f45ffcbef5bb3d7c;hb=ecf664d19b2a46c9d89a9a9c1128e22b7228607a;hp=9b4803f2d04005e1092c3846ee9baa68998f8acf;hpb=584f2b4b32e69865d9561f1537142791710f676d;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/App.vue b/src/App.vue index 9b4803f..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" /> + + +
-