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:
@@ -36,6 +36,7 @@ usesmallsummarycard = true
|
|||||||
posts_navigation = true
|
posts_navigation = true
|
||||||
# issoHost = "comments.domain.tld:1234"
|
# issoHost = "comments.domain.tld:1234"
|
||||||
# githubRepo = "githubUsername/repositoryName"
|
# githubRepo = "githubUsername/repositoryName"
|
||||||
|
small_banner_logo = false
|
||||||
|
|
||||||
[params.colors]
|
[params.colors]
|
||||||
identifier = "#527fc1f"
|
identifier = "#527fc1f"
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{{ if .IsPage }}
|
{{ if or (.Site.Params.small_banner_logo) (.IsPage) }}
|
||||||
<section class="header">
|
<section class="header">
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<section class="header header-home">
|
<section class="header header-home">
|
||||||
|
Reference in New Issue
Block a user