progressed on mosaic layout

This commit is contained in:
Naej Doree
2020-07-08 00:23:48 +02:00
parent 31ea01f83d
commit 141fc9c42c
10 changed files with 81 additions and 38 deletions

View File

@@ -4,11 +4,12 @@
<p>{{i18n "taxonomyPageList" .}}</p>
</div>
</article>
<div class="mw8 center">
<div class="center">
<section class="flex-ns flex-wrap justify-around mt5">
{{/* List of articles with the tag */}}
{{ range .Pages }}
<div class="relative w-100 mb4 bg-white">
{{ partial "summary.html" . }}
<div class="relative w-100 w-30-l mb4">
{{ .Render "summary" }}
</div>
{{ end }}
</section>