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 ...@@ -8,7 +8,7 @@ layout: default
<div class="card-content"> <div class="card-content">
<span class="card-title">{{page.title}}</span> <span class="card-title">{{page.title}}</span>
{% for person in page.instructors %} {% for person in page.instructors %}
{% include people_chip.html %}<br /> {% include people_chip.html %}
{% endfor %} {% endfor %}
<hr /> <hr />
......
...@@ -56,7 +56,7 @@ layout: default ...@@ -56,7 +56,7 @@ layout: default
<!-- list all the people --> <!-- list all the people -->
{% for person in page.people %} {% for person in page.people %}
{% include people_chip.html %} <br /> {% include people_chip.html %}
{% assign needs_break = true %} {% assign needs_break = true %}
{% endfor %} {% endfor %}
......
...@@ -38,7 +38,7 @@ layout: default ...@@ -38,7 +38,7 @@ layout: default
{% endif %} {% endif %}
{% for person in page.people %} {% for person in page.people %}
{% include people_chip.html %} <br /> {% include people_chip.html %}
{% endfor %} {% endfor %}
</div> </div>
{% assign hasaction = false %} {% 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