From 9d89e94f4883dedea71638c01b833fd777370858 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:37:29 -0300 Subject: [PATCH] Favicon is back --- exampleSite/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 94029d9..56497bc 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -52,6 +52,10 @@ DefaultContentLanguage = "en" # The "description" of your website. This is used in the meta data of your generated html. description = "Bear Cub Demo" + # The path to your "favicon". This should be a square (at least 32px x 32px) png-file. + # Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder. + favicon = "images/favicon.png" + # These "images" are used for the structured data templates. This will show up, when # services like Twitter or Slack want to generate a preview of a link to your site. # See https://gohugo.io/templates/internal#twitter-cards and