X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FApp.vue;h=446db31a6685ff02eb50cc97d52df776fb7b4151;hb=a3c5b4ac9dd1ddf2b52fff48ea860c067fb05cf9;hp=5e717969137e0e0a0c94010f7f800bb6f027d226;hpb=87aadbb6df26009e93ee20752184300819d833e8;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/App.vue b/src/App.vue index 5e71796..446db31 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" /> + + +
-