diff --git a/theme/src/client/components/VPFooter.vue b/theme/src/client/components/VPFooter.vue index 67677920..95d696f7 100644 --- a/theme/src/client/components/VPFooter.vue +++ b/theme/src/client/components/VPFooter.vue @@ -24,18 +24,20 @@ onMounted(() => { :class="{ 'has-sidebar': hasSidebar }" vp-footer > -
-

-

+ +
+

+

+
diff --git a/theme/src/client/layouts/Layout.vue b/theme/src/client/layouts/Layout.vue index 0dcaa397..5420af0f 100644 --- a/theme/src/client/layouts/Layout.vue +++ b/theme/src/client/layouts/Layout.vue @@ -171,7 +171,11 @@ useCloseSidebarOnEscape(isSidebarOpen, closeSidebar) - + + + diff --git a/theme/src/client/layouts/NotFound.vue b/theme/src/client/layouts/NotFound.vue index 4b086965..7d40a539 100644 --- a/theme/src/client/layouts/NotFound.vue +++ b/theme/src/client/layouts/NotFound.vue @@ -60,7 +60,11 @@ const { theme } = useData() - + + +