X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FApp.vue;h=a329775d789f7c9266834fb1f45ffcbef5bb3d7c;hb=ecf664d19b2a46c9d89a9a9c1128e22b7228607a;hp=4120fe56568293300a3a280787c77785f078c22c;hpb=9582b1871ac63d1e625ccf6c221bd1248a1c9d03;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/App.vue b/src/App.vue index 4120fe5..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' : '', ]" @@ -49,7 +50,7 @@