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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Taviani <helios89@gmail.com>2016-06-18 09:57:22 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2016-06-18 12:23:48 +0300
commit5d8c8f3229e24aa71acbdd1cbe2bf8bd7d9e5f58 (patch)
tree205d7da2d207cabbe487c52b7757ff9a97b46ea4 /exampleSite
parent335b651ae198cd79043e38f460894157c967d7af (diff)
Logo in the header is now user-defined
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 49d2f07..d8026df 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -23,6 +23,7 @@ theme = "hugo-icarus-theme"
site_description = ""
copyright = "Powered by [Hugo](//gohugo.io). Theme by [PPOffice](http://github.com/ppoffice)."
avatar = "css/images/avatar.png"
+ logo = "css/images/logo.png"
# Format dates with Go's time formatting
date_format = "2006-01-02"