Skip to content

Commit 3120f14

Browse files
committed
add catgirl badge (ty @DvRossen)
Signed-off-by: Hazel <hazel@hazelthats.me>
1 parent 5e1f562 commit 3120f14

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

public/badges/catgirl2008.gif

2.03 KB
Loading

src/components/badges.astro

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const badgeList: Badge[] = [
1111
{ src: "/badges/88x31.gif", title: "88x31 Badges", href: "https://cyber.dabamos.de/88x31" },
1212
{ src: "/badges/bitwarden.gif" },
1313
{ src: "/badges/button25.gif" },
14+
{ src: "/badges/catgirl2008.gif", title: "yes, I'm a catgirl. yes, I love other catgirls. it's 2008, get over it." },
1415
{ src: "/badges/fediverse.gif", title: "Find me on the Fediverse!", href: "https://tech.lgbt/@hazelnut/" },
1516
{ src: "/badges/fedora.gif", title: "Fedora", href: "https://fedoraproject.org/spins/minimal/download", },
1617
{ src: "/badges/firefox2.gif" },

src/layouts/layout.astro

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ const { title, description, tags } = Astro.props;
2121
<div class="title"><a href="/posts/2023-10-06">Hazel</a>, that's me.</div>
2222
<div>
2323
<a href="/" title="My homepage">Home</a>
24-
|
25-
<a href="/now" title="Now">Now</a>
26-
|
24+
|
25+
<a href="/now" title="Now">Now</a>
26+
|
2727
<a href="/posts" title="Blog posts I've made">Posts</a>
2828
|
2929
<a href="/projects" title="Projects I've worked on">Projects</a>

0 commit comments

Comments
 (0)