diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-05-06 22:12:52 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-05-06 22:12:52 -0700 |
| commit | 3b3d9ed0d5f166e5752140ed834f404697bd6cf0 (patch) | |
| tree | 409fee974c1856aacb002c1111bbdfe8e2f687fe /src/pages | |
| parent | 4d818b7a6dfbd14c00a8c32bfd74d024551fd66c (diff) | |
remove adventurer link
- dead link now
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.astro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index a2e7790..c2129e0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -51,9 +51,7 @@ const posts = (await getCollection("blog")).sort( </ul> </section> <h1> - 👋 Greetings, <a href="https://pinapelz.gitlab.io/3d-ascii-rpg/" - >Adventurer!</a - > + 👋 Greetings, Adventurer </h1> <p> Welcome to my site/blog! This place will serve as a corner where I can |
