diff options
| -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 |
