From: Daniel Jr Date: Tue, 27 May 2025 17:48:43 +0000 (-0300) Subject: fix favicon.ico X-Git-Url: https://git.danielmrcl.dev/?a=commitdiff_plain;h=e7b3e78dd4519a37b8c6d5d4e9b82c4fbb625ddc;p=danielmrcl.dev.git fix favicon.ico Signed-off-by: Daniel Jr --- diff --git a/hugo.toml b/hugo.toml index e4887a1..cc50b7e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -28,7 +28,6 @@ tabWidth = 4 colortheme = "dark" rss = false tocInline = true -favicon = "favicon.ico" description = "Since 2021 I have been developing web services in microservice architecture for critical, efficient, and scalable systems. I also love Linux, cloud, cli-tools, hardware, and all about computers." tagsOverview = true show_updated = true diff --git a/static/images/favicon.ico b/static/images/favicon.ico index 84a85d3..1e3783f 100644 Binary files a/static/images/favicon.ico and b/static/images/favicon.ico differ