X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FApp.vue;h=a329775d789f7c9266834fb1f45ffcbef5bb3d7c;hb=ecf664d19b2a46c9d89a9a9c1128e22b7228607a;hp=d743cdc7d0b59bacb7219a9024210c9be2a16f49;hpb=1b41b4619335c595fbdd5a52be35a9c808c22005;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/App.vue b/src/App.vue index d743cdc..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' : '', ]" @@ -13,10 +14,15 @@
-
+
{{ config.subtitle }}

{{ config.title }}

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