mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Add small_banner_logo parameter to disable big logo
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
{{ if .IsPage }}
|
||||
{{ if or (.Site.Params.small_banner_logo) (.IsPage) }}
|
||||
<section class="header">
|
||||
{{ else }}
|
||||
<section class="header header-home">
|
||||
|
Reference in New Issue
Block a user