diff --git a/config.toml b/config.toml index 9e921e7..1a71e25 100644 --- a/config.toml +++ b/config.toml @@ -215,8 +215,8 @@ short_date_format = "" # Custom separator used in title tag and posts metadata (between date, time to read, and tags). separator = "•" -# Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico" -favicon = "" +# Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.png" +favicon = "img/seedling.png" # Add an emoji here to use it as favicon. # Compatibility: https://caniuse.com/link-icon-svg diff --git a/static/img/seedling.png b/static/img/seedling.png new file mode 100644 index 0000000..0efa5b9 Binary files /dev/null and b/static/img/seedling.png differ diff --git a/templates/partials/header.html b/templates/partials/header.html index 9cc3f03..927abd7 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -8,7 +8,7 @@ {# Favicon #} {% if config.extra.favicon %} - + {% endif %} {% if config.extra.favicon_emoji %}