From 8a094e628f584e6bea04900e11c111adbb80ca63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20N=C3=A4slund?= Date: Mon, 4 Nov 2019 19:50:27 +0100 Subject: [PATCH 01/14] Add logo image --- exampleSite/config.toml | 1 + layouts/partials/sidebar.html | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 05db08a..f360d71 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -23,6 +23,7 @@ theme = "hyde-hyde" dateformat = "Jan 2, 2006" # sidebar, copyright & license + #logoimage = "/img/hugo.png" copyright = "htr3n" license = "CC BY-SA 4.0" licenseURL = "https://creativecommons.org/licenses/by-sa/4.0" diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 2e33fec..e256384 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -3,7 +3,15 @@