mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add back blank layout
- The new maintenance page will use a blank layout that does not have a footer because we don't want users thinking they can click on a link that will just lead back to the maintenance page
This commit is contained in:
parent
fa3053dca7
commit
1a65d75c10
17
webapp/layouts/blank.vue
Normal file
17
webapp/layouts/blank.vue
Normal file
@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="layout-blank">
|
||||
<ds-container>
|
||||
<div style="padding: 5rem 2rem;">
|
||||
<nuxt />
|
||||
</div>
|
||||
</ds-container>
|
||||
<div id="overlay" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import seo from '~/mixins/seo'
|
||||
export default {
|
||||
mixins: [seo],
|
||||
}
|
||||
</script>
|
||||
Loading…
x
Reference in New Issue
Block a user