diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-06-01 21:12:53 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-06-01 21:12:53 +0200 |
commit | 456ff8f4fd45c56299f775c17cd8c8e22f7ae4a0 (patch) | |
tree | a09bf07fdf8124e8c5d5f67a0d6eda7a901e6289 /templates/default.html | |
parent | b39e252bac26b8ff6f0c4c1e4b23c61fd6fbc4a9 (diff) | |
download | blog-456ff8f4fd45c56299f775c17cd8c8e22f7ae4a0.tar |
Link git.skreutz.com
Diffstat (limited to 'templates/default.html')
-rw-r--r-- | templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.html b/templates/default.html index ef1ef92..f58bf5f 100644 --- a/templates/default.html +++ b/templates/default.html @@ -24,7 +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="https://git.skreutz.com">Code</a></li> <li><a href="/contact/">Contact</a></li> </ul> </nav> |