mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-28 11:52:44 +00:00
feat: use images in summaries
This commit is contained in:
parent
da105625ff
commit
a35524403f
@ -6,7 +6,7 @@
|
||||
<section class="flex-ns flex-wrap justify-around mt5">
|
||||
{{ range .Paginator.Pages }}
|
||||
<div class="relative w-100 w-30-l mb4 bg-white">
|
||||
{{ .Render "summary" }}
|
||||
{{ .Render "summary-with-image" }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
@ -15,7 +15,7 @@
|
||||
</a>
|
||||
</h2>
|
||||
{{ range $term.Pages }}
|
||||
{{ .Render "summary" }}
|
||||
{{ .Render "summary-with-image" }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user