summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-21 01:25:03 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-21 01:25:03 +0200
commit8a7dee9c2b78f3e8a9dc7b752119ca195d8e7f5a (patch)
treea598a4f5a6050c4660f66ecb8b028da66578d68a
parentc63a4a87c8904e9581f3e46586bb6e230a2a018d (diff)
downloadblog-8a7dee9c2b78f3e8a9dc7b752119ca195d8e7f5a.tar
Link git.skreutz.com
-rw-r--r--BACKLOG.md1
-rw-r--r--templates/default.html1
2 files changed, 1 insertions, 1 deletions
diff --git a/BACKLOG.md b/BACKLOG.md
index 93ca0ba..8ed3451 100644
--- a/BACKLOG.md
+++ b/BACKLOG.md
@@ -12,7 +12,6 @@
* Advertize feeds in blog post footer
* Publish the website's source code
* Recommended readings page and feed
-* Link bare git repositories served over dumb HTTPS at /repos/project.git
## Styling
diff --git a/templates/default.html b/templates/default.html
index 52ef143..f58bf5f 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -24,6 +24,7 @@
<li><a href="/" title="Home page">skreutz.com</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/posts/">Blog</a></li>
+ <li><a href="https://git.skreutz.com">Code</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</nav>
Generated by cgit. See skreutz.com for my tech blog and contact information.