mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
remove default theme footer files
This commit is contained in:
parent
0e5520bf3f
commit
c6db9c517f
@ -1,8 +0,0 @@
|
|||||||
import { defineClientConfig } from '@vuepress/client'
|
|
||||||
import Layout from './layouts/Layout.vue'
|
|
||||||
|
|
||||||
export default defineClientConfig({
|
|
||||||
layouts: {
|
|
||||||
Layout,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
<script setup>
|
|
||||||
import ParentLayout from '@vuepress/theme-default/layouts/Layout.vue'
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<ParentLayout>
|
|
||||||
<template #page-bottom>
|
|
||||||
<div class="my-footer">CC BY busFaktor() e.V. & Authors</div>
|
|
||||||
</template>
|
|
||||||
</ParentLayout>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style lang="css">
|
|
||||||
.my-footer {
|
|
||||||
text-align: center;
|
|
||||||
height: 50px;
|
|
||||||
position: relative;
|
|
||||||
bottom: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user