202404170425
This commit is contained in:
parent
b4ba7b44fd
commit
6941b27629
2 changed files with 2 additions and 10 deletions
|
@ -12,7 +12,7 @@ const allPosts = await Astro.glob("../pages/posts/*.astro");
|
|||
<ul role="list" class="link-card-grid">
|
||||
<Card
|
||||
href={post.url}
|
||||
title={post}
|
||||
title={post.url}
|
||||
/>
|
||||
</ul>
|
||||
))
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
---
|
||||
import Layout from "../../layouts/Layout.astro";
|
||||
title: 'My First Blog Post'
|
||||
pubDate: 2023-10-29
|
||||
description: 'This is the first post of my new blog.'
|
||||
author: 'LimePotato'
|
||||
image:
|
||||
url: '/assets/branding/obo.svg'
|
||||
alt: 'Website Icon'
|
||||
tags: ["first", "blogging"]
|
||||
import Layout from "../../layouts/MDPost.astro";
|
||||
---
|
||||
<Layout title="LimePot - Home">
|
||||
<main>
|
Loading…
Reference in a new issue