Skip to content
Snippets Groups Projects
Unverified Commit f3079816 authored by Tom Wiesing's avatar Tom Wiesing
Browse files

Remove line breaks after people_chip.html

parent 000b3494
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ layout: default
<div class="card-content">
<span class="card-title">{{page.title}}</span>
{% for person in page.instructors %}
{% include people_chip.html %}<br />
{% include people_chip.html %}
{% endfor %}
<hr />
......
......@@ -56,7 +56,7 @@ layout: default
<!-- list all the people -->
{% for person in page.people %}
{% include people_chip.html %} <br />
{% include people_chip.html %}
{% assign needs_break = true %}
{% endfor %}
......
......@@ -38,7 +38,7 @@ layout: default
{% endif %}
{% for person in page.people %}
{% include people_chip.html %} <br />
{% include people_chip.html %}
{% endfor %}
</div>
{% assign hasaction = false %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment