refactor: rename schemaType to itemtype, fix caching titles

This commit is contained in:
Ben Goldsworthy 2025-05-14 18:44:50 +02:00
parent 28033351c7
commit 417c38cfd1
No known key found for this signature in database
9 changed files with 27 additions and 20 deletions

View file

@ -44,7 +44,7 @@
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" ) ) -}}
{{- with ( partial "util/render_recursive_list.html" ( dict "sc" $ "pc" . "items" $.Site.Data.locations "itemtype" "Place" ) ) -}}
<section style="grid-area: section-content">
{{- . -}}
</section>