Add small_banner_logo parameter to disable big logo

This commit is contained in:
Alexis Tacnet
2017-09-07 09:21:19 +02:00
parent 22eed0dbaa
commit fd4a9767ae
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<body>
{{ if .IsPage }}
{{ if or (.Site.Params.small_banner_logo) (.IsPage) }}
<section class="header">
{{ else }}
<section class="header header-home">