aaaaaa
This commit is contained in:
parent
5f63527955
commit
f51dc7e078
31 changed files with 331 additions and 88 deletions
|
@ -4,13 +4,17 @@ import BlogPostList from "~/components/lists/BlogPostList.astro";
|
|||
import StyledLink from "~/components/util/StyledLink.astro";
|
||||
---
|
||||
|
||||
<Page
|
||||
title="Blog"
|
||||
description="writing"
|
||||
icon="fa-solid fa-signature"
|
||||
>
|
||||
<Page title="Blog" description="writing" icon="fa-solid fa-signature">
|
||||
<StyledLink href="/blog/tags">See all the tags</StyledLink>
|
||||
<StyledLink href="/blog/feed.xml" icon="fa-solid fa-rss">Subscribe via RSS</StyledLink>
|
||||
<StyledLink
|
||||
href="/blog/feed.xml"
|
||||
icon="fa-solid fa-rss"
|
||||
>
|
||||
Subscribe via RSS
|
||||
</StyledLink>
|
||||
<div class="mb-4"></div>
|
||||
<h3>Featured</h3>
|
||||
<BlogPostList featured={true} />
|
||||
<div class="mb-4"></div>
|
||||
<BlogPostList />
|
||||
</Page>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue