diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-06-02 21:50:09 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-06-02 21:50:09 -0400 |
commit | 755c6978285eca7faa2891baa42bd920a8fc517f (patch) | |
tree | fcf420de0bb32597fcf21cf589254e921b2adddd /includes/foot.php | |
parent | 5ec43b592ce9678b75d27c138114855e4186e57b (diff) | |
download | 53hor-755c6978285eca7faa2891baa42bd920a8fc517f.tar.xz 53hor-755c6978285eca7faa2891baa42bd920a8fc517f.zip |
feat: remove _blank targets for accessibility
Users decide whether links open in new tabs!
Diffstat (limited to 'includes/foot.php')
-rw-r--r-- | includes/foot.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/foot.php b/includes/foot.php index f0330de..e8432b9 100644 --- a/includes/foot.php +++ b/includes/foot.php @@ -6,9 +6,9 @@ <p> © 2019-<?php printf('%s', date('Y')); ?> Adam Carpenter <br> - Content released under <a target="_blank" href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>. + Content released under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>. <br> - Source code released under <a target="_blank" href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause</a>, unless otherwise stated. + Source code released under <a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause</a>, unless otherwise stated. <noscript> JavaScript? Where we're going we don't need JavaScript. </noscript> |