aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts
diff options
context:
space:
mode:
authorgabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com>2022-03-23 17:05:07 +0000
committergabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com>2022-03-23 17:05:07 +0000
commitac8603a37fad988e6c7da99c26ee91a3be34ef55 (patch)
tree3d1091091d65b84f1ebfd74b9a8f338b8515dd97 /themes/flamingo/layouts
parent8126f5bee07064cfc078cb4798d1b13a882e3edc (diff)
downloadgabrielgio.me-ac8603a37fad988e6c7da99c26ee91a3be34ef55.tar.gz
gabrielgio.me-ac8603a37fad988e6c7da99c26ee91a3be34ef55.tar.bz2
gabrielgio.me-ac8603a37fad988e6c7da99c26ee91a3be34ef55.zip
feat: Add cv to tab
Diffstat (limited to 'themes/flamingo/layouts')
-rw-r--r--themes/flamingo/layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/flamingo/layouts/partials/header.html b/themes/flamingo/layouts/partials/header.html
index f45fb9b..0c9f095 100644
--- a/themes/flamingo/layouts/partials/header.html
+++ b/themes/flamingo/layouts/partials/header.html
@@ -9,6 +9,7 @@
<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 }}