diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2022-04-19 19:11:39 +0200 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-04-19 19:11:39 +0200 |
commit | b277b6012f631173dc48291916a092ed6a28903d (patch) | |
tree | 72646f1de6e9e6d256b78afda6b46fc4ba6da858 /themes/flamingo/layouts/partials/header.html | |
parent | 39745b50dd55e03b5c9a9e9e6ea7e1a86c5317d1 (diff) | |
download | gabrielgio.me-b277b6012f631173dc48291916a092ed6a28903d.tar.gz gabrielgio.me-b277b6012f631173dc48291916a092ed6a28903d.tar.bz2 gabrielgio.me-b277b6012f631173dc48291916a092ed6a28903d.zip |
ref: Make site faster
Some changes to make the site load faster:
* remove custom font
* romove some unused scss
* remove unused scss include
* embed css into the header
* remove FA icons
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 2ea00f3..80240ee 100644 --- a/themes/flamingo/layouts/partials/header.html +++ b/themes/flamingo/layouts/partials/header.html @@ -13,7 +13,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="fas fa-external-link-alt"></i> + resume</i> </a> </li> </nav> |