diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-21 01:25:03 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-21 01:25:03 +0200 |
commit | 8a7dee9c2b78f3e8a9dc7b752119ca195d8e7f5a (patch) | |
tree | a598a4f5a6050c4660f66ecb8b028da66578d68a /templates/default.html | |
parent | c63a4a87c8904e9581f3e46586bb6e230a2a018d (diff) | |
download | blog-8a7dee9c2b78f3e8a9dc7b752119ca195d8e7f5a.tar |
Link git.skreutz.com
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..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> |