From fa35550fb9d80cfe6f0bed4a5d652eb5bfdb16fb Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Fri, 28 Jul 2023 09:52:55 -0400 Subject: [PATCH] Add favicon.ico --- hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hugo.toml b/hugo.toml index e2dd1cd..aaf3023 100644 --- a/hugo.toml +++ b/hugo.toml @@ -18,6 +18,9 @@ comments = true ShowReadingTime = true ShowToc = false + [[params.assets]] + favicon = 'static/favicon' + [params.homeInfoParams] Title = "Roland Thomas Jr \U0001F525" Content = 'Welcome to my blog'