use summary-with-image template from content type

This commit is contained in:
Fischer Jemison 2020-11-21 14:49:39 -08:00
parent fa022f2c64
commit afb7f65cba

View File

@ -26,7 +26,7 @@
{{/* Range through the first $n_posts items of the section */}} {{/* Range through the first $n_posts items of the section */}}
{{ range (first $n_posts $section) }} {{ range (first $n_posts $section) }}
<div class="relative w-100 mb4"> <div class="relative w-100 mb4">
{{ partial "summary-with-image.html" . }} {{ .Render "summary-with-image" }}
</div> </div>
{{ end }} {{ end }}
</section> </section>