feat(layout): add footer component and centralize imports in Landing layout
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
---
|
||||
import '@/styles/global.css'
|
||||
import '@fontsource-variable/roboto'
|
||||
import '@fontsource/orbitron/900.css'
|
||||
import '@fortawesome/fontawesome-free/css/fontawesome.min.css'
|
||||
import '@fortawesome/fontawesome-free/css/solid.min.css'
|
||||
import '@fortawesome/fontawesome-free/css/brands.min.css'
|
||||
import Footer from '@/components/layout/parts/Footer.astro'
|
||||
|
||||
export interface Props {
|
||||
title?: string
|
||||
description?: string
|
||||
@@ -37,5 +45,6 @@ const seoImage =
|
||||
</head>
|
||||
<body>
|
||||
<main><slot /></main>
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user