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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-03-31 14:42:15 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2017-03-31 14:42:15 +0300
commit1749176dd855e5e34b335c6463c49aa96d3190ea (patch)
tree58fbec92a5633d00698ae6bc68beedab28ede09c /exampleSite
parente4d199b43b7301e6a45cb61c0ab4fd37f0e698c8 (diff)
De-hardcode favicon path and use setting if present
fixes #126
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index cedbe68..c6cd6e7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -153,6 +153,9 @@ canonifyurls = true
# and set `autoThumbnailImage` to `false` on a post to overwrite this setting
autoThumbnailImage = true
+ # Your favicon path, default is "/favicon.png"
+ # favicon = "/favicon.png"
+
# Header configuration
# The link at the right of the header is customizable
# You can add a link (as an icon) at the right of the header instead of the author's gravatar image or author's picture.