ADD blocker for moving content lower when there is a header, CHANGE cover image display

This commit is contained in:
Hoernschen 2025-08-12 09:37:11 +02:00
parent e03ec741e6
commit ee4ea66012
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
3 changed files with 8 additions and 17 deletions

View file

@ -13,8 +13,6 @@
{{ end }}
{{.Content}}
</div>
{{ else if .Params.header.enabled }}
<div class="header-blocker"></div>
{{ end }}
{{- range $index, $page := .Pages }}
{{ $odd := mod $index 2 }}