diff options
author | Julio Capote <jcapote@gmail.com> | 2023-12-17 20:50:05 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-12-17 20:50:05 +0000 |
commit | 307304e1955c7e9a396a89683bf4e3ed42d04fc8 (patch) | |
tree | 545cec709f249cd817a4ca52fb9c8ea1025db97b | |
parent | 14c5ec7fab45f46a0278491d62666fb38ff6e49f (diff) | |
download | capotej.com-307304e1955c7e9a396a89683bf4e3ed42d04fc8.tar.gz |
add link to git.capotej.com
-rw-r--r-- | layouts/partials/nav.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index ebcf50a..7bd2ed4 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -2,3 +2,4 @@ {{ range .Site.Menus.main }} <a href="{{ .URL }}">{{ .Name }}</a> {{ end }} +<a href="https://git.capotej.com">Code</a> |