diff options
author | gabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com> | 2022-03-23 20:14:22 +0000 |
---|---|---|
committer | gabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com> | 2022-03-23 20:14:22 +0000 |
commit | fe19b56e86fad486a0f1f1107fc757aae3f8338e (patch) | |
tree | f28d681a4a06bccf7686605285bec024c6554276 | |
parent | 6166cf8e4008b7d64053655f4093d0870a54ace1 (diff) | |
download | gabrielgio.me-fe19b56e86fad486a0f1f1107fc757aae3f8338e.tar.gz gabrielgio.me-fe19b56e86fad486a0f1f1107fc757aae3f8338e.tar.bz2 gabrielgio.me-fe19b56e86fad486a0f1f1107fc757aae3f8338e.zip |
ref: Change resume icon
Change from pdf to external link for make it clearer.
-rw-r--r-- | themes/flamingo/layouts/partials/header.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/flamingo/layouts/partials/header.html b/themes/flamingo/layouts/partials/header.html index 1b4539a..37ede24 100644 --- a/themes/flamingo/layouts/partials/header.html +++ b/themes/flamingo/layouts/partials/header.html @@ -9,7 +9,11 @@ <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 (pdf)</a></li> + <li> + <a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" target="_blank"> + resume<i class="fab fa-external-link"></i> + </a> + </li> </nav> </div> {{ with .Site.Menus.main }} |