diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-09-11 17:12:16 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-09-11 17:12:16 -0700 |
| commit | ddb063904f677d0030a175ac1502543f7a3b346d (patch) | |
| tree | 53764646363918cbbd1d861e41d4adf614571968 /src | |
| parent | 854ea501eabd790d2d0382a723a4836f25d28a2b (diff) | |
update homepage hyperlink
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 9421915..daf91d9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -47,7 +47,7 @@ const posts = (await getCollection('blog')).sort( } </ul> </section> - <h1>👋 Greetings, Adventurer!</h1> + <h1>👋 Greetings, <a href="https://pinapelz.gitlab.io/3d-ascii-rpg/">Adventurer!</a></h1> <p> Welcome to my site/blog! This place will serve as a corner where I can document the progress and process with some of things I've experimented with or made. I guess its like programming documentation, but uhh more of a mess? |
