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

@@ -26,23 +32,28 @@ - +
@@ -51,23 +62,36 @@
+ + +
-