From 0a4f32193cb5dfa8b0aa2771d8e184bed6d27fd7 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 22 Jun 2022 18:21:30 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/buha/layouts/index.html b/themes/buha/layouts/index.html index 55fc408..344077f 100644 --- a/themes/buha/layouts/index.html +++ b/themes/buha/layouts/index.html @@ -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" }}