|
|
|
@ -26,7 +26,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" . }} |
|
|
|
{{ partial "summary-with-thumbnail.html" . }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{{ end }} |
|
|
|
{{ end }} |
|
|
|
</section> |
|
|
|
</section> |
|
|
|
|