From 7ae033eb31d6229e73714e15ef5c0f8fcc2a28cc Mon Sep 17 00:00:00 2001 From: raul Date: Sun, 13 Oct 2024 22:22:14 +0200 Subject: [PATCH] Fix email icon not showing up --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index d10ea11..fae11cd 100644 --- a/hugo.toml +++ b/hugo.toml @@ -62,13 +62,13 @@ author = "authors" [[params.social]] name = "Email" -icon = "fa fa-2x fa-email-bulk" +icon = "fa fa-2x fa-envelope" weight = 2 url = "mailto:raul@bulgariu.xyz" [[params.social]] name = "Git" -icon = "fa fa-2x fa-git-square" +icon = "fa fa-2x fa-git-alt" weight = 2 url = "https://git.bulgariu.xyz/raul"