diff --git a/config.toml b/config.toml index 3259e38..4eda167 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-32x32.png" +favicon = "https://raw.githubusercontent.com/kylejcarlton/zola-theme-terminimal/master/img/favicon-32x32.png" favicon_mimetype = "image/png" diff --git a/static/fonts/favicon-32x32.png b/img/favicon-32x32.png similarity index 100% rename from static/fonts/favicon-32x32.png rename to img/favicon-32x32.png diff --git a/img/favicon_io.zip b/img/favicon_io.zip new file mode 100644 index 0000000..ec3818c Binary files /dev/null and b/img/favicon_io.zip differ