From 79bc934c75f69c627e52bbe154db02124cc9277b Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Wed, 9 Jun 2021 22:41:59 +0200 Subject: [PATCH] added info about favicon sizes in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94bc3e8..ceb66b4 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ summaryLength = 70 # number of words for article summaries # It's best to put these icons in the "static" folder of your site logo = "/logo.svg" - favicon = "/favicon.png" - faviconIco = "/favicon.ico" - appletouch = "/apple-touch-icon.png" + favicon = "/favicon.png" # 32x32 + faviconIco = "/favicon.ico" # 32x32 + appletouch = "/apple-touch-icon.png" # 180x180 svgicon = "/logo.svg" showTags = true # show the Tags menu item; default true