commit 05ef1b39f5cb12f622ffb349fe92867eac60c17a (patch)
parent 895f5cd0427aaa869cd17fbff62ce21fccb7b823
Author: Alex Karle <alex@alexkarle.com>
Date: Sun, 12 Jul 2020 23:28:30 -0400
nav: Add Git link to nav-bar
Annnnnd we're officially going live with the self-hosted git server!
Wooee!
Gotta find some time to write a blog post...
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/templates/head.tmpl b/templates/head.tmpl
@@ -18,5 +18,7 @@
<a href="/thoughts.html">Thoughts</a>
|
<a href="http://euchre.live">Euchre</a>
+ |
+ <a href="https://git.alexkarle.com">Git</a>
</div>
</header>