diff --git a/themes/flamingo/layouts/partials/header.html b/themes/flamingo/layouts/partials/header.html
index f45fb9b0dee7d0f8efc01dde1019fe4556e92265..0c9f095b6ec3924e4f1099064dce188ec38edf4e 100644
--- a/themes/flamingo/layouts/partials/header.html
+++ b/themes/flamingo/layouts/partials/header.html
@@ -9,6 +9,7 @@ <nav>
<ul>
<li><a class="{{ cond (eq .Title "Posts") "active-link" ""}}" href="/posts/">posts</a></li>
<li><a class="{{ cond (eq .Title "Logs") "active-link" ""}}" href="/logs/">logs</a></li>
+ <li><a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" target="_blank">resume</a></li>
</nav>
</div>
{{ with .Site.Menus.main }}