Add link type, remove heroImage

This commit is contained in:
2024-03-10 08:50:12 -05:00
parent 94222bfb8e
commit a7a4a4765e
5 changed files with 7 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
---
import BaseHead from '@components/BaseHead.astro';
import Header from '@components/Header.astro';
import Footer from '@components/Footer.astro';
import { SITE_TITLE, SITE_DESCRIPTION } from '@/consts';
import { getCollection } from 'astro:content';
import FormattedDate from '@components/FormattedDate.astro';
@@ -106,6 +105,5 @@ const posts = (await getCollection('handbook')).sort(
</ul>
</section>
</main>
<Footer />
</body>
</html>