summaryrefslogtreecommitdiff
path: root/zola
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2024-09-15 21:18:08 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2024-09-15 21:18:08 -0300
commit82ae2263c0e0ef6009e521e90bf593d6943ea12d (patch)
tree1f21071f86c259599ab300d70a66a798ad9e7269 /zola
parent81e247977192c8d02be7d10b4b16f1a3d1eafe08 (diff)
downloadndato.com-82ae2263c0e0ef6009e521e90bf593d6943ea12d.tar.gz
ndato.com-82ae2263c0e0ef6009e521e90bf593d6943ea12d.tar.bz2
updating my git url
Diffstat (limited to 'zola')
-rw-r--r--zola/content/_index.md2
-rw-r--r--zola/templates/base.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/zola/content/_index.md b/zola/content/_index.md
index ab4b707..d3c7940 100644
--- a/zola/content/_index.md
+++ b/zola/content/_index.md
@@ -6,7 +6,7 @@ title = "Home"
You can find articles [in the articles section](articles). Also, between 2020 and 2022 I wrote Linux articles for the [Baeldung](https://www.baeldung.com) website, [you can read them here](https://www.baeldung.com/linux/author/nicolasdato).
-When I'm confident enought about some never-ending-never-completed side proyects, I push them to [my gitweb](/git).
+When I'm confident enought about some never-ending-never-completed side proyects, I push them to [my gitweb](https://git.ndato.com).
### About this site development
diff --git a/zola/templates/base.html b/zola/templates/base.html
index 83ab4f2..8b5a182 100644
--- a/zola/templates/base.html
+++ b/zola/templates/base.html
@@ -21,7 +21,7 @@
<menu>
<li><a href="/">Home</a></li>
<li><a href="/articles">Articles</a></li>
- <li><a href="/git">Git</a></li>
+ <li><a href="https://git.ndato.com/">Git</a></li>
<li><a href="/cv">CV / Resume</a></li>
<li><a href="/contact">Contact</a></li>
</menu>