aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/nav.html
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-12-17 20:50:05 +0000
committerJulio Capote <jcapote@gmail.com>2023-12-17 20:50:05 +0000
commit307304e1955c7e9a396a89683bf4e3ed42d04fc8 (patch)
tree545cec709f249cd817a4ca52fb9c8ea1025db97b /layouts/partials/nav.html
parent14c5ec7fab45f46a0278491d62666fb38ff6e49f (diff)
downloadcapotej.com-307304e1955c7e9a396a89683bf4e3ed42d04fc8.tar.gz
add link to git.capotej.com
Diffstat (limited to 'layouts/partials/nav.html')
-rw-r--r--layouts/partials/nav.html1
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>