diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-22 00:44:10 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-22 00:44:10 +0200 |
commit | f687522860d0619082c1ddb65e14775d9c35d031 (patch) | |
tree | fac47bef4412154a55d648c4fb2f61fa51c00af9 /templates/default.html | |
parent | 8a7dee9c2b78f3e8a9dc7b752119ca195d8e7f5a (diff) | |
download | blog-f687522860d0619082c1ddb65e14775d9c35d031.tar |
Revert "Link git.skreutz.com"
This reverts commit 8a7dee9c2b78f3e8a9dc7b752119ca195d8e7f5a.
Git clone fails every now and then. I see "buffer event error" in
httpd's log, and dying CGI instances. Couldn't find the cause or a
workaround.
Diffstat (limited to 'templates/default.html')
-rw-r--r-- | templates/default.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/default.html b/templates/default.html index f58bf5f..52ef143 100644 --- a/templates/default.html +++ b/templates/default.html @@ -24,7 +24,6 @@ <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> |