fix: HTML errors
This commit is contained in:
parent
c158ac525d
commit
c7cfdcdb5b
4 changed files with 25 additions and 15 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue