Add small_banner_logo parameter to disable big logo

This commit is contained in:
Alexis Tacnet
2017-09-07 09:21:19 +02:00
parent 22eed0dbaa
commit fd4a9767ae
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -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">