X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FApp.vue;h=25e943f7d80082515c92a79dbee5f81ea14797e3;hb=6cfa1643b4024af3a504fcc547fcd04dbb1a0d0a;hp=43ba322d09599183bada6e4b7b00bee6b20d3bc0;hpb=cbbed6346a437e6b9f05f646f1df0c77d2fb36eb;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/App.vue b/src/App.vue index 43ba322..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' : '', ]" @@ -49,10 +50,10 @@ @@ -140,7 +141,7 @@