diff --git a/config.toml b/config.toml index 1b4e7cb..9247363 100644 --- a/config.toml +++ b/config.toml @@ -26,7 +26,7 @@ ignoreErrors = ["error-disable-taxonomy"] # 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" + # 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. diff --git a/static/favicon.ico b/static/favicon.ico deleted file mode 100644 index 5f67af6..0000000 Binary files a/static/favicon.ico and /dev/null differ diff --git a/static/images/favicon.png b/static/images/favicon.png deleted file mode 100644 index a3ef781..0000000 Binary files a/static/images/favicon.png and /dev/null differ