X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FApp.vue;h=25e943f7d80082515c92a79dbee5f81ea14797e3;hb=6cfa1643b4024af3a504fcc547fcd04dbb1a0d0a;hp=eb132d09e9cdb2c0683d1dad002c114abb9d7fd6;hpb=ffe3404a2a9b36d69e880baa224375e82e64ae54;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/App.vue b/src/App.vue index eb132d0..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' : '', ]" @@ -13,10 +14,15 @@
-
+
{{ config.subtitle }}

{{ config.title }}

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