From 6004c7edc3e43e9079cab50b39a2dd395294a22a Mon Sep 17 00:00:00 2001 From: Paul Twohey Date: Sun, 1 Sep 2019 11:05:34 -0700 Subject: Optional brand logo in the menu controlled by .Site.Params.BookLogo - documentation in README.md and exampleSite/config.{toml,yaml} --- layouts/partials/docs/brand.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'layouts/partials') diff --git a/layouts/partials/docs/brand.html b/layouts/partials/docs/brand.html index 7d7b721..9a74dc0 100644 --- a/layouts/partials/docs/brand.html +++ b/layouts/partials/docs/brand.html @@ -1,3 +1,12 @@

- {{ .Site.Title }} + + {{- with .Site.Params.BookLogo -}} + Logo + + {{- end -}} + {{ .Site.Title }} + {{- with .Site.Params.BookLogo -}} + + {{- end -}} +

-- cgit v1.2.3