From 81c0c3509cacec3369035969d2f7d944c0470021 Mon Sep 17 00:00:00 2001
From: Michael Kohlhase <michael.kohlhase@fau.de>
Date: Sun, 16 Dec 2018 09:38:34 +0100
Subject: [PATCH] saving space

---
 _layouts/person.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/_layouts/person.html b/_layouts/person.html
index 8bbbedb..9ac56da 100644
--- a/_layouts/person.html
+++ b/_layouts/person.html
@@ -19,9 +19,8 @@ layout: default
                 {% assign role = site.roles | where: "id", page.role %}
                 {% assign role = role[0] %}
                 
-                {{role.name}} 
+                {{role.name}}, 
                 {% if page.start_date %}
-                    <br />
                     KWARCie
                     {% unless page.end_date %}
                         since
-- 
GitLab