small fixes

This commit is contained in:
teldra 2022-06-22 18:21:30 +02:00
parent 5f2c49b75b
commit 0a4f32193c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{{ if .Resources.GetMatch "banner*" }}
{{ $image = .Resources.GetMatch "banner*" }}
{{ end }}
{{ partial "snippets/banner_new" (dict "context" . "image" $image "title" .Title "section" .Section) }}
{{ partial "snippets/banner_new" (dict "context" . "image" $image "section" .Section) }}
{{ end }}
{{ define "intro" }}