feat: use images in summaries

This commit is contained in:
sixpointcube 2024-06-19 10:47:29 -04:00
parent da105625ff
commit a35524403f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<section class="flex-ns flex-wrap justify-around mt5"> <section class="flex-ns flex-wrap justify-around mt5">
{{ range .Paginator.Pages }} {{ range .Paginator.Pages }}
<div class="relative w-100 w-30-l mb4 bg-white"> <div class="relative w-100 w-30-l mb4 bg-white">
{{ .Render "summary" }} {{ .Render "summary-with-image" }}
</div> </div>
{{ end }} {{ end }}
</section> </section>

View File

@ -15,7 +15,7 @@
</a> </a>
</h2> </h2>
{{ range $term.Pages }} {{ range $term.Pages }}
{{ .Render "summary" }} {{ .Render "summary-with-image" }}
{{ end }} {{ end }}
{{ end }} {{ end }}
</section> </section>