X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FApp.vue;h=25e943f7d80082515c92a79dbee5f81ea14797e3;hb=6cfa1643b4024af3a504fcc547fcd04dbb1a0d0a;hp=042fb073505f9a29ee27bf59ab0e19a070e2951c;hpb=4d35b1fdccef0c608f4cf0f7351068c7de2c326d;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/App.vue b/src/App.vue index 042fb07..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 }}

@@ -46,10 +50,10 @@
@@ -61,7 +65,7 @@ @network-status-update="offline = $event" /> - +
@@ -70,10 +74,11 @@