From afb7f65cbadf7650d6f40b52d803e7154d60d430 Mon Sep 17 00:00:00 2001 From: Fischer Jemison Date: Sat, 21 Nov 2020 14:49:39 -0800 Subject: [PATCH] use summary-with-image template from content type --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 148525e..f45ae51 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -26,7 +26,7 @@ {{/* Range through the first $n_posts items of the section */}} {{ range (first $n_posts $section) }}
- {{ partial "summary-with-image.html" . }} + {{ .Render "summary-with-image" }}
{{ end }}