feat: Initial SiteFooter
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<script setup lang="ts">
|
||||
const { data: siteOptions } = await useSiteOptions();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<footer class="links:link-prose bg-muted">
|
||||
<div class="container py-3">
|
||||
<AcfSocial
|
||||
:social="siteOptions?.social"
|
||||
class="flex items-center gap-1.5 links:link-opacity"
|
||||
></AcfSocial>
|
||||
</div>
|
||||
<SiteFooterBottom />
|
||||
</footer>
|
||||
</template>
|
||||
Reference in New Issue
Block a user