Remove interstitial main__page-list element from taxonomy pages

Now they lay out correctly!
This commit is contained in:
Eryn Wells 2024-10-31 10:54:56 -07:00
parent 2d22420f3d
commit cf8de8a58a

View file

@ -6,10 +6,8 @@
{{- .Content -}}
<div class="main__page-list">
{{ range .Pages.ByTitle }}
{{ .Render "page_summary" }}
{{ end }}
</div>
{{ range .Pages.ByTitle }}
{{ .Render "page_summary" }}
{{ end }}
</main>
{{ end }}