feat: add footer with impressum and datenschutz links
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
import "@/styles/global.css"
|
||||
import Footer from "@/components/Footer.astro"
|
||||
|
||||
const {
|
||||
title = "Haarscharf Crimmitschau | Friseur in der Annenstraße",
|
||||
@@ -19,7 +20,10 @@ const {
|
||||
<meta property="og:type" content="website" />
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body>
|
||||
<body class="flex min-h-screen flex-col">
|
||||
<slot />
|
||||
<div class="mt-auto">
|
||||
<Footer />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user