mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Add small_banner_logo parameter to disable big logo
This commit is contained in:
@@ -36,6 +36,7 @@ usesmallsummarycard = true
|
||||
posts_navigation = true
|
||||
# issoHost = "comments.domain.tld:1234"
|
||||
# githubRepo = "githubUsername/repositoryName"
|
||||
small_banner_logo = false
|
||||
|
||||
[params.colors]
|
||||
identifier = "#527fc1f"
|
||||
|
@@ -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