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:
parent
7812fb96e6
commit
1cc4e7e77a
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue