X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FApp.vue;h=a329775d789f7c9266834fb1f45ffcbef5bb3d7c;hb=ecf664d19b2a46c9d89a9a9c1128e22b7228607a;hp=fda13c31e07ef4cb7bcf5f1e50365d29f8fe4e65;hpb=049610bc9178a57732356801e20488cf669eda5e;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/App.vue b/src/App.vue index fda13c3..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 }}

@@ -46,10 +50,10 @@
@@ -61,7 +65,7 @@ @network-status-update="offline = $event" /> - +
@@ -69,8 +73,12 @@
-