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