summaryrefslogtreecommitdiff
path: root/includes/nav.php
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2024-06-02 21:50:09 -0400
committerAdam T. Carpenter <atc@53hor.net>2024-06-02 21:50:09 -0400
commit755c6978285eca7faa2891baa42bd920a8fc517f (patch)
treefcf420de0bb32597fcf21cf589254e921b2adddd /includes/nav.php
parent5ec43b592ce9678b75d27c138114855e4186e57b (diff)
download53hor-755c6978285eca7faa2891baa42bd920a8fc517f.tar.xz
53hor-755c6978285eca7faa2891baa42bd920a8fc517f.zip
feat: remove _blank targets for accessibility
Users decide whether links open in new tabs!
Diffstat (limited to 'includes/nav.php')
-rw-r--r--includes/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/nav.php b/includes/nav.php
index 1cac23c..93d83fa 100644
--- a/includes/nav.php
+++ b/includes/nav.php
@@ -33,7 +33,7 @@
<a href="/links">Links</a>
</li>
<li>
- <a target="_blank" href="https://git.53hor.net/">Repos</a>
+ <a href="https://git.53hor.net/">Repos</a>
</li>
<li>
<a href="/feed.php">RSS</a>