From 9bf32e1c746404014bd23cd6521a2a5a2133216e Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 13 Sep 2020 18:22:54 +0200 Subject: Add support for optional site logo The logo will be prepended to the site title in the navigation bar. --- layouts/partials/header.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'layouts') diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 79224ad..1aa7077 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,6 +2,9 @@
+ {{ with .Site.Params.site_logo }} + + {{ end }} {{ .Site.Title }}
-- cgit v1.2.3