From 7bfdba051572027f8ed88e97b85c5f1d76a22e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Ahlb=C3=A4ck?= Date: Wed, 6 Apr 2022 00:18:52 +0200 Subject: Make favicon description more descriptive --- README.md | 2 +- exampleSite/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4058a57..7b01e3c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ paginate = 4 [params] author = "Hugo de Groot" siteHeading = "Hugo Grotius" # defaults to author - # favicon = "favicon-gnu.png" # add favorite/URL/tab/shortcut icon + favicon = "hugo_grotius.png" # Adds a small icon next to the page title in a tab showBlogLatest = true mainSections = ["blog"] showTaxonomyLinks = false diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 157fd1d..b7f942a 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -10,7 +10,7 @@ paginate = 4 [params] author = "Hugo de Groot" siteHeading = "Hugo Grotius" # defaults to author - favicon = "hugo_grotius.png" # add favorite/URL/tab/shortcut icon + favicon = "hugo_grotius.png" # Adds a small icon next to the page title in a tab showBlogLatest = true mainSections = ["blog"] showTaxonomyLinks = false -- cgit v1.2.3