diff options
-rw-r--r-- | BACKLOG.md | 1 | ||||
-rw-r--r-- | templates/default.html | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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> |