Make forgejo instance open in new page

It's statically built, so navigating to a page, then the instance, then
pressing back would return Nginx 404
This commit is contained in:
Zeph Levy 2026-02-18 08:11:49 +01:00
parent 7812fb96e6
commit 1cc4e7e77a

View file

@ -33,8 +33,8 @@
</nav>
<div class="corner">
<a href="https://git.zephlevy.com">
<img src={git} alt="My Forgejo Instance" />
<a target="_blank" href="https://git.zephlevy.com">
<img src={git} alt="My Forgejo Instance (Opens in new page)" />
</a>
</div>
</header>