diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-22 02:19:37 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-22 02:19:37 +0200 |
commit | 155a42f57804158aa678f4b766577257d4b21cda (patch) | |
tree | 35b7cd1c3a55fff2f16e7eecf1bf5b6ed11fcc57 /templates/default.html | |
parent | f687522860d0619082c1ddb65e14775d9c35d031 (diff) | |
download | blog-155a42f57804158aa678f4b766577257d4b21cda.tar |
Link bare Git repositories
Diffstat (limited to 'templates/default.html')
-rw-r--r-- | templates/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html index 52ef143..ef1ef92 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="/code/">Code</a></li> <li><a href="/contact/">Contact</a></li> </ul> </nav> |