refactor: rename schemaType
to itemtype
, fix caching titles
This commit is contained in:
parent
28033351c7
commit
417c38cfd1
9 changed files with 27 additions and 20 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue