From f307981623a0f3a799f8e809e2824945c98a0c8a Mon Sep 17 00:00:00 2001 From: Tom Wiesing <tkw01536@gmail.com> Date: Fri, 6 Apr 2018 01:38:21 +0200 Subject: [PATCH] Remove line breaks after people_chip.html --- _layouts/course.html | 2 +- _layouts/project.html | 2 +- _layouts/system.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/course.html b/_layouts/course.html index ebba09d..b4de0ab 100644 --- a/_layouts/course.html +++ b/_layouts/course.html @@ -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 /> diff --git a/_layouts/project.html b/_layouts/project.html index cc90cec..d9dc833 100644 --- a/_layouts/project.html +++ b/_layouts/project.html @@ -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 %} diff --git a/_layouts/system.html b/_layouts/system.html index 13ea8e3..d86e34f 100644 --- a/_layouts/system.html +++ b/_layouts/system.html @@ -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 %} -- GitLab