list.html, index.html: reduce views to 3 instead of 4 colums

This commit is contained in:
Rico Ullmann 2022-03-25 22:28:49 +01:00
parent 35adc986da
commit 42ef203c9d
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
2 changed files with 0 additions and 10 deletions

View File

@ -22,11 +22,6 @@
{{ if eq (mod $index 4) 2 }}{{ partial "box.html" $page }}{{ end }}
{{ end }}
</div>
<div class="column">
{{ range $index, $page := .Pages }}
{{ if eq (mod $index 4) 3 }}{{ partial "box.html" $page }}{{ end }}
{{ end }}
</div>
</div>
</div>
</section>

View File

@ -27,11 +27,6 @@
{{ if eq (mod $index 4) 2 }}{{ partial "box.html" $page }}{{ end }}
{{ end }}
</div>
<div class="column">
{{ range $index, $page := .Site.RegularPages }}
{{ if eq (mod $index 4) 3 }}{{ partial "box.html" $page }}{{ end }}
{{ end }}
</div>
</div>
</div>
</section>