mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
Add option to use large header everywhere
To use, set large_banner_logo = true in the config file
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user