From f38f40729901da386ebf25ca144c936f3128275c Mon Sep 17 00:00:00 2001 From: Marc Horne Date: Mon, 19 Jun 2017 15:40:46 +0200 Subject: [PATCH] Add logo to header and nabber --- layouts/partials/modals.html | 3 --- layouts/partials/nav.html | 3 ++- layouts/partials/start.html | 5 ++--- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/layouts/partials/modals.html b/layouts/partials/modals.html index 0544086..e82e7ed 100644 --- a/layouts/partials/modals.html +++ b/layouts/partials/modals.html @@ -42,9 +42,6 @@ {{ end }} {{ end }} - {{ with $.Site.Params.resources.modal.buttonText }} - - {{ end }} diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 9420469..044415e 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -10,7 +10,8 @@ {{ with .Site.Params.navigation.brand }} - {{ . | markdownify }} + Logo + {{ end }} {{ "" | safeHTML }} diff --git a/layouts/partials/start.html b/layouts/partials/start.html index e46adea..295a1de 100644 --- a/layouts/partials/start.html +++ b/layouts/partials/start.html @@ -2,9 +2,8 @@
- {{ with .Site.Params.start.slogan }} -

{{ . | markdownify }}

- {{ end }} + Logo + {{ if and .Site.Params.start.slogan .Site.Params.start.subtitle }}
{{ end }}