Skip to content

Commit

Permalink
Fixed template whitespace handling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpar committed Feb 6, 2024
1 parent 294500f commit fea02e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>{%- if include.link -%}<a href="{{ include.link }}">{%- endif -%}{{ include.
<p><a href="/data/{{ location }}/{{ location_id }}.json">[Raw Data]</a></p>
<ul>
{%- for object in collection %}
{%- unless object.events -%}
{%- unless object.events %}
<li><a href="{{ object.link }}">{{ object.titles }}</a></li>
{%- else %}
{%- assign words = object.titles | split: ", " %}
Expand Down

0 comments on commit fea02e1

Please sign in to comment.