diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-23 22:25:05 +0100 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-03-23 22:50:07 +0100 |
commit | 9176f98eb7fa33bee31efcf3aab619e39d0a05d4 (patch) | |
tree | bcb29c0884faa6da4745b961ceb628c323d48597 /themes/flamingo/layouts/partials/header.html | |
parent | 7a3c99965f5e1493ad0f1c1d36e68f425ee7dd72 (diff) | |
download | gabrielgio.me-9176f98eb7fa33bee31efcf3aab619e39d0a05d4.tar.gz gabrielgio.me-9176f98eb7fa33bee31efcf3aab619e39d0a05d4.tar.bz2 gabrielgio.me-9176f98eb7fa33bee31efcf3aab619e39d0a05d4.zip |
ref: Move fa to static file
Move to 5.x and all files are now local in the static folder.
Diffstat (limited to 'themes/flamingo/layouts/partials/header.html')
-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 11929c4..a060f18 100644 --- a/themes/flamingo/layouts/partials/header.html +++ b/themes/flamingo/layouts/partials/header.html @@ -12,7 +12,7 @@ <li><a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" target="_blank"> - resume<i style="font-size:x-small" class="fab fa-external-link" aria-hidden="true"> </i> + resume<i style="font-size: x-small" class="fas fa-external-link-alt"></i> </a> </li> </nav> |