diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-10 17:37:29 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-10 17:37:29 -0300 |
commit | 9d89e94f4883dedea71638c01b833fd777370858 (patch) | |
tree | 7935b21ed1eda3ddd1b376e51b51249b90cc1acd | |
parent | d78444cd19621616ddf8aef87a630e30ca9ee950 (diff) | |
download | hugo-bearcub-9d89e94f4883dedea71638c01b833fd777370858.tar.gz hugo-bearcub-9d89e94f4883dedea71638c01b833fd777370858.tar.bz2 |
Favicon is back
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |