summaryrefslogtreecommitdiff
path: root/zola/templates/base.html
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2024-11-26 11:50:27 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2024-11-26 12:16:42 -0300
commit8354b8f77fdfd907f07574b63e910aba09232ade (patch)
tree14ea9df29a441c097f46b20b63f6c952e4e6ccb9 /zola/templates/base.html
parent40b19b34385a1c6dcefcfaa3e9fa2087ab16ff07 (diff)
downloadndato.com-8354b8f77fdfd907f07574b63e910aba09232ade.tar.gz
ndato.com-8354b8f77fdfd907f07574b63e910aba09232ade.tar.bz2
first article, safer pointers
Diffstat (limited to 'zola/templates/base.html')
-rw-r--r--zola/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/zola/templates/base.html b/zola/templates/base.html
index 22a4728..d60212c 100644
--- a/zola/templates/base.html
+++ b/zola/templates/base.html
@@ -22,9 +22,9 @@
<menu>
<li><a href="/">Home</a></li>
<li><a href="/articles">Articles</a></li>
+ <li><a href="/blog">Blog</a></li>
<li><a href="https://git.ndato.com/">Git</a></li>
<li><a href="/cv-dato.pdf">CV / Resume</a></li>
- <li><a href="/contact">Contact</a></li>
</menu>
</nav>
<header>Links</header>