Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gevhaz/hugo-theme-notrack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbin Ahlbäck <albin.ahlback@gmail.com>2022-04-06 01:18:52 +0300
committerAlbin Ahlbäck <albin.ahlback@gmail.com>2022-04-06 01:18:52 +0300
commit7bfdba051572027f8ed88e97b85c5f1d76a22e8e (patch)
tree5709171ace9ef68b5d1a8a7eefbb9cae4bbe541e
parentabda70d24a200e78a00ba00bf46e78bc0045e462 (diff)
Make favicon description more descriptive
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
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