User summary template file for taxonomy.html

Fixes #496
This commit is contained in:
Regis Philibert 2022-01-18 16:13:14 -05:00
parent 36c029abb9
commit d644dfbe42

View file

@ -8,7 +8,7 @@
<section class="flex-ns flex-wrap justify-around mt5"> <section class="flex-ns flex-wrap justify-around mt5">
{{ range .Pages }} {{ range .Pages }}
<div class="relative w-100 mb4 bg-white"> <div class="relative w-100 mb4 bg-white">
{{ partial "summary.html" . }} {{ .Render "summary" }}
</div> </div>
{{ end }} {{ end }}
</section> </section>