diff --git a/config.toml b/config.toml index 8aa99f7..416c903 100644 --- a/config.toml +++ b/config.toml @@ -29,8 +29,8 @@ copyright = "© Dominik V. Salonen" # Google Analytics API key. ga_api_key = "" # Logo image. This is displayed ogp image. - logo = "/path/to/logo" - favicon = "/path/to/favicon" + logo = "/img/favicon.png" + favicon = "/img/favicon.png" [[menu.main]] name = "Blog" diff --git a/static/img/favicon.png b/static/img/favicon.png new file mode 100644 index 0000000..2b882a5 Binary files /dev/null and b/static/img/favicon.png differ