diff --git a/config.toml b/config.toml index 293c6e6..486e767 100644 --- a/config.toml +++ b/config.toml @@ -18,13 +18,13 @@ 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/icon/favicon-32x32.png" + favicon = "images/icon/favicon.svg" # 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 # https://gohugo.io/templates/internal#open-graph. - images = ["images/icon/new-favicon.png"] + images = ["images/icon/favicon-180x180.png"] # Another "title" :-). This one is used as the site_name on the Hugo's internal # opengraph structured data template. diff --git a/static/images/icon/new-favicon.png b/static/images/icon/favicon-180x180.png similarity index 100% rename from static/images/icon/new-favicon.png rename to static/images/icon/favicon-180x180.png diff --git a/static/images/icon/favicon.svg b/static/images/icon/favicon.svg new file mode 100644 index 0000000..de784dc --- /dev/null +++ b/static/images/icon/favicon.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file