737 B
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 -%} |
| 10 | location,count,link |
| 11 | {% endfor %} |
| 12 | {%- endif -%} |