summaryrefslogtreecommitdiff
path: root/project/templates/base.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-08-07 15:21:58 +1000
committerJed Barber <jjbarber@y7mail.com>2017-08-07 15:21:58 +1000
commit1a7e98a629ccc244b047a6e4858e87bb170047ae (patch)
tree6953b97b4c9e03667dad9a73ef01107ee88d0321 /project/templates/base.html
parent92ff13627021a5fdd4eea59bd5db493cbea5406b (diff)
Git repo links more accessible
Diffstat (limited to 'project/templates/base.html')
-rw-r--r--project/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/base.html b/project/templates/base.html
index 764f81b..a23b8ab 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -15,7 +15,7 @@
<ul>
<li><a href="/">Index</a></li>
<li><a href="/about.html">About</a></li>
- <li><a href="/cgit" target="_blank">Git</a></li>
+ <li><a href="/cgit">Git</a></li>
</ul>
</nav>
<hr>