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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Clift <justin@postgresql.org>2019-02-04 05:09:17 +0300
committerJustin Clift <justin@postgresql.org>2019-02-04 05:31:14 +0300
commit6be604baf8541d909c69c6731926cc6cfa891488 (patch)
tree6dd89764ded33a49e25db9ec33f7ff9d1a3406d2 /exampleSite
parent354060351781958f5976a0e642d15aefdd2ecb85 (diff)
Add favicon support
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 46175ec..73bc994 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -22,6 +22,9 @@ disqusShortname = ""
[params]
description = ""
+ # path to the favicon, under "static"
+ favicon = "images/favicon.ico"
+
[params.logo]
url = "logo.png"
width = 50