mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-16 14:13:47 -06:00
Add link type, remove heroImage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user