mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
use summary-with-image template from content type
This commit is contained in:
parent
fa022f2c64
commit
afb7f65cba
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user