diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-01-02 13:45:43 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-01-02 13:45:43 +1100 |
commit | 08ff00c29ea05a41ef8b9c656b1bbd6e69363768 (patch) | |
tree | 602b50e530bd116486eab3ab1e6a26adbe358851 /project/templates/base.html | |
parent | 81eee0b63de40f8cde1a735cf9e0918cc11997cd (diff) |
Retargeted git page link to where cgit will be
Diffstat (limited to 'project/templates/base.html')
-rw-r--r-- | project/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/base.html b/project/templates/base.html index 7a215a4..cd9dc01 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -12,7 +12,7 @@ <ul> <li><a href="/">Index</a></li> <li><a href="/about.html">About</a></li> - <li><a href="/git.html">Git</a></li> + <li><a href="/cgit" target="_blank">Git</a></li> </ul> </nav> <hr> |