Files
bqkc/assets/data/locations.csv
Nasir Anthony Montalvo 526096840e Initial commit
2025-11-13 14:48:58 -06:00

737 B

1---
2# find all unique locations used in the metadata
3#
4# Requires CB's array_count_uniq.rb plugin!
5---
6{%- if site.data.theme.locations-fields -%}
7{%- assign items = site.data[site.metadata] | where_exp: 'item','item.objectid' -%}
8{%- for c in locations-fields -%}
9{%- endfor -%}
10location,count,link
11{% endfor %}
12{%- endif -%}