diff --git a/content/projects/_index.md b/content/projects/_index.md
index 7dfbe4c445c5576be22a03eb3ca197553900a3a3..201b74b00d87b9bd6a5cdb188381287462efdc05 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -43,10 +43,10 @@ project just helps to clean up so only the segment you want shows up on you
podcast client.
- [Password generator](https://genpass.gabrielgio.me/)
- [[gitlab](https://gitlab.com/gabrielgio/genpass)]
+ [[sr.ht](https://git.sr.ht/~gabrielgio/genpass)]
It started with me having fun with clojure script ([last
- commit](https://gitlab.com/gabrielgio/genpass/-/tree/2db3d88503fbe219e99c464c4cc8e768613e1359)).
+ commit](https://git.sr.ht/~gabrielgio/genpass/commit/2db3d88503fbe219e99c464c4cc8e768613e1359)).
Now I have been using it as a playground to play a bit with rust/wasm and it
is a quite interesting comparacion to make. The cljs implementation could
not handle more than 1k chars, while the wasm can easly handle >100k. Is it
diff --git a/themes/flamingo/layouts/partials/header.html b/themes/flamingo/layouts/partials/header.html
index 713096bbfaf20540c97b455f63cd258d1bbb75f1..bd233edee466d23dc09144eea491796bca7931b6 100644
--- a/themes/flamingo/layouts/partials/header.html
+++ b/themes/flamingo/layouts/partials/header.html
@@ -7,7 +7,6 @@ <h2 class="title" >{{ .Site.Title }}</h2>
</a>
<nav>
<ul>
- <li><a class="{{ cond (eq .Title "Posts") "active-link" ""}}" href="/posts/">posts</a></li>
<li><a class="{{ cond (eq .Title "Projects") "active-link" ""}}" href="/projects/">projects</a></li>
<li><a
href="https://artifacts.gabrielgio.me/cv/cv.pdf"