Add option to use large header everywhere

To use, set large_banner_logo = true in the config file
This commit is contained in:
Michael Noronha
2018-08-14 22:38:32 -07:00
parent 67c665bb78
commit 498265ba76

View File

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