X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FApp.vue;h=25e943f7d80082515c92a79dbee5f81ea14797e3;hb=refs%2Ftags%2Fv23.02.2;hp=9a67a3376039d78a0c0889127c46a47bd914c119;hpb=2c52f45048f8f63d142366a8f5ec40eb66d3658a;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/App.vue b/src/App.vue index 9a67a33..25e943f 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" /> + + +
-