diff --git a/config.toml b/config.toml index dfc4d31..3259e38 100644 --- a/config.toml +++ b/config.toml @@ -75,5 +75,5 @@ use_full_hack_font = false # Mimetype defaults to "image/x-icon". # The URL should point at a file located # in your site's "static" directory. -# favicon = "/favicon.png" -# favicon_mimetype = "image/png" +favicon = "/favicon-32x32.png" +favicon_mimetype = "image/png" diff --git a/static/fonts/favicon-32x32.png b/static/fonts/favicon-32x32.png new file mode 100644 index 0000000..d0035d1 Binary files /dev/null and b/static/fonts/favicon-32x32.png differ diff --git a/templates/index.html b/templates/index.html index b5e6d0f..6814d49 100644 --- a/templates/index.html +++ b/templates/index.html @@ -104,7 +104,7 @@ :: - Powered by Zola using Terminimal Theme . + Powered by Zola using Terminimal Theme {% endif -%}