Skip to content
Snippets Groups Projects
Commit a945f5a0 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

linebreaks will kill me

parent 2b786dd3
No related branches found
No related tags found
No related merge requests found
Pipeline #15841 passed
......@@ -22,14 +22,9 @@ layout: null
{% endfor -%}
{% endcapture -%}
{% capture persons2 -%}
{% for person in video.persons %}{{person}}{% unless forloop.last %} und {% endunless %}
{% endfor -%}
{% endcapture -%}
{% capture persons2 -%}{% for person in video.persons %}{{person}}{% unless forloop.last %} und {% endunless %}{% endfor -%}{% endcapture -%}
{% capture persons3 -%}
{{whitespace}} von {{persons2}}
{% endcapture -%}
{% capture persons3 -%}{{whitespace}} von {{persons2}}{% endcapture -%}
{% if video.event and video.event != '' -%}
{% for e in site.events -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment