redact locations in location view

This commit is contained in:
Ben Goldsworthy 2025-02-21 23:18:16 +01:00
parent 07c6aa6d45
commit 8f593203b5
No known key found for this signature in database
3 changed files with 12 additions and 9 deletions

View file

@ -41,12 +41,14 @@
{{- end -}}
{{- range $k, $v := .items -}}
{{- if not ( isset $v "redact" ) -}}
<li itemscope itemtype="https://schema.org/Place">
{{- $k -}}
{{- if ( not ( isset $v "lat" ) ) -}}
{{- partial "util/render_recursive_list.html" ( dict "sc" $.sc "pc" $.pc "items" $v "schemaType" $schemaType "listType" $listType ) -}}
{{- end -}}
</li>
{{- end -}}
{{- end -}}
{{- if ( eq $listType "unordered" ) -}}