feat: initial commit

This commit is contained in:
Cory Dransfeldt 2024-11-16 16:43:07 -08:00
commit 662a249ad3
No known key found for this signature in database
192 changed files with 24641 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
import { IconBrandMastodon } from "@tabler/icons-preact";
const { url } = Astro.props;
---
<div class="banner mastodon">
<p>
<a
class="mastodon"
href={url}
>
<IconBrandMastodon size={24} /> Discuss this post on Mastodon.
</a>
</p>
</div>