diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-06-24 00:38:22 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-06-24 00:38:22 +0200 |
commit | d5691e6b6e9c3af924d376428379eab3bbc035fc (patch) | |
tree | ae6c6b641166d159fb1a13d4553b2c1e4f881bbc /themes/flamingo/layouts/partials | |
parent | a588d31babc97d8749cf531379c9c2e25d7225fa (diff) | |
download | gabrielgio.me-d5691e6b6e9c3af924d376428379eab3bbc035fc.tar.gz gabrielgio.me-d5691e6b6e9c3af924d376428379eab3bbc035fc.tar.bz2 gabrielgio.me-d5691e6b6e9c3af924d376428379eab3bbc035fc.zip |
feat: Move host of cv.pdf
Now introducing the new artifacts server.
Diffstat (limited to 'themes/flamingo/layouts/partials')
-rw-r--r-- | themes/flamingo/layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flamingo/layouts/partials/header.html b/themes/flamingo/layouts/partials/header.html index 317d589..713096b 100644 --- a/themes/flamingo/layouts/partials/header.html +++ b/themes/flamingo/layouts/partials/header.html @@ -10,7 +10,7 @@ <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://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" + href="https://artifacts.gabrielgio.me/cv/cv.pdf" target="_blank"> resume</i> </a> |