aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/base.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-14 19:26:48 -0600
committerChristian Cleberg <[email protected]>2025-11-14 19:26:48 -0600
commitd2292ff7e333379d014b985b8ab527a7139c9599 (patch)
tree6f1bc6f382cfbb85a0458b38f3bf9c64bcf1ecbd /theme/templates/base.html
parent0e0f7ee2aa24694ecc179e55ff447adda9902f52 (diff)
downloadcleberg.net-d2292ff7e333379d014b985b8ab527a7139c9599.tar.gz
cleberg.net-d2292ff7e333379d014b985b8ab527a7139c9599.tar.bz2
cleberg.net-d2292ff7e333379d014b985b8ab527a7139c9599.zip
don't open git link in new tabs
Diffstat (limited to 'theme/templates/base.html')
-rw-r--r--theme/templates/base.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 9a32922..f6c5c86 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -31,8 +31,7 @@
<main id="main">{% block main %}{% endblock %}</main>
<footer>
<a href="https://stats.uptimerobot.com/OwOWs7HU0z">status</a> &middot;
- <a href="https://git.cleberg.net/cleberg.net.git" target="_blank"
- rel="noopener">source</a> &middot;
+ <a href="https://git.cleberg.net/cleberg.net.git">source</a> &middot;
<a href="/feed.xml">rss</a>
</footer>
</body>