diff options
author | Franck Cuny <franck@fcuny.net> | 2022-11-06 19:35:23 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-11-06 19:35:53 -0800 |
commit | b01d15a95ddc9960442c811ab30bdfafee64c4ef (patch) | |
tree | 422d3365efe7b185eb060517512e5e19b6f07321 | |
parent | Merge pull request 'fix(drone): specify the path to `awk' in the deployment s... (diff) | |
download | fcuny.net-b01d15a95ddc9960442c811ab30bdfafee64c4ef.tar.gz |
fix(layout): link to my instance of gitea instead of GitHub
-rw-r--r-- | layouts/partials/header.html | 2 |
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> |