Add card styles and some more information to fill them out

This commit is contained in:
Campbell Alden 2022-08-21 10:32:09 +09:00
parent 525726ae37
commit 9931edd601
14 changed files with 117 additions and 14 deletions

View file

@ -2,9 +2,11 @@
<div>
{{ .Content }}
</div>
<div>
{{ range first 10 .Site.RegularPages }}
{{ .Render "summary"}}
<div class="cluster s1">
{{ range (where .Site.Pages "Section" "reviews") }}
{{ range .Pages }}
{{ .Render "summary" }}
{{ end }}
{{ end }}
</div>
{{end}}