Skip to content

Commit e3fbdbd

Browse files
committed
update timber
1 parent b1e54d5 commit e3fbdbd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ucdlib-directory/views/macros/person.twig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@
4848
{% macro library_locations(person) %}
4949
{% if person.libraries %}
5050
<span class="icon icon--location">
51-
{% apply spaceless %}
5251
{% for library in person.libraries %}
5352
<span>{{library.name}}</span>
54-
{% if not loop.last and loop.length > 1 %}
53+
{%- if not loop.last and loop.length > 1 -%}
5554
<span>, </span>
56-
{% endif %}
55+
{%- endif -%}
5756
{% endfor %}
58-
{% endapply %}
5957
</span>
6058
{% endif %}
6159
{% endmacro %}

0 commit comments

Comments
 (0)