Skip to content

Commit

Permalink
Merge pull request #205 from USEPA/IN-560
Browse files Browse the repository at this point in the history
fixed event host tag display
  • Loading branch information
johnrockweilercgi authored Aug 16, 2021
2 parents 6f00388 + c8cd1f8 commit 645a340
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@
<span>...</span>
</div>
<ul class="usa-collection__meta">
{% for event_host in content.field_event_host|field_value %}
<li class="usa-collection__meta-item usa-tag li-tag tag-color-scheme">
{{ content.field_event_host|field_value }}
</li>
{% endfor %}
</ul>
</div>

Expand Down

0 comments on commit 645a340

Please sign in to comment.