feat(v11-i): footer CTA infolettre + endpoint /api/subscribe Kit V4
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
import '../styles/global.css';
|
||||
import Footer from '../components/astro/Footer.astro';
|
||||
|
||||
interface Props {
|
||||
title?: string;
|
||||
@@ -29,5 +30,6 @@ const {
|
||||
</head>
|
||||
<body class="m-0 bg-white text-neutral-900 antialiased">
|
||||
<slot />
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user