This repository was archived by the owner on Nov 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 22{%- assign topLocations = site.data.theme.featured-locations | split: ";" -%}
33{%- else -%}
44{%- assign locations-fields = site.data.theme.locations-fields | split: ";" -%}
5+ {%- assign places = "" -%}
56{%- for c in locations-fields -%}
67{% assign new = site.data[site.metadata] | map: c | join: ";" %}
78{% assign places = places | append: ";" | append: new %}
Original file line number Diff line number Diff line change 22{%- assign topSubjects = site.data.theme.featured-subjects | split: ";" -%}
33{%- else -%}
44{%- assign subjects-fields = site.data.theme.subjects-fields | split: ";" -%}
5+ {%- assign subjects = "" -%}
56{%- for c in subjects-fields -%}
67{% assign new = site.data[site.metadata] | map: c | join: ";" %}
78{% assign subjects = subjects | append: ";" | append: new %}
Original file line number Diff line number Diff line change 11{%- assign cloud-fields = include.fields | split: ";" -%}
2+ {%- assign terms = "" -%}
23{%- for c in cloud-fields -%}
34{% assign new = site.data[site.metadata] | map: c | join: ";" %}
45{% assign terms = terms | append: ";" | append: new %}
You can’t perform that action at this time.
0 commit comments