about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-06 19:35:23 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-06 19:35:53 -0800
commitb01d15a95ddc9960442c811ab30bdfafee64c4ef (patch)
tree422d3365efe7b185eb060517512e5e19b6f07321
parentMerge pull request 'fix(drone): specify the path to `awk' in the deployment s... (diff)
downloadfcuny.net-b01d15a95ddc9960442c811ab30bdfafee64c4ef.tar.gz
fix(layout): link to my instance of gitea instead of GitHub
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 580ce04..2124bde 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,7 +5,7 @@
     <a class="nav-bold" href="{{ absURL .URL }}">{{ .Title }}</a>
     <span class="bar">|</span>
     {{ end }}
-    <a class="nav-bold" href="https://github.com/fcuny" title="github" target="_blank">github</a>
+    <a class="nav-bold" href="https://git.fcuny.net/fcuny" title="git" target="_blank">code</a>
     <span class="bar">|</span>
     <a class="nav-bold" href="/feed.xml" title="atom feed">feed</a>
   </nav>