fix: HTML errors

This commit is contained in:
Ben Goldsworthy 2025-01-05 17:28:25 +01:00
parent c158ac525d
commit c7cfdcdb5b
Signed by: Rumperuu
SSH key fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE
4 changed files with 25 additions and 15 deletions

View file

@ -75,8 +75,10 @@
<article class="site-content__body site-content__body--chart">
<div id="map" style="width: 100%; height: 500px; margin: 0; display: block;"></div>
{{- with ( partial "util/render_recursive_list.html" ( dict "sc" $ "pc" . "items" $.Site.Data.locations "schemaType" "Place" ) ) -}}
<section style="grid-area: section-content">
{{- partial "util/render_recursive_list.html" ( dict "sc" $ "pc" . "items" $.Site.Data.locations "schemaType" "Place" ) -}}
{{- . -}}
</section>
{{- end -}}
</article>
{{ end }}