From 09a00dc23aff2603c43677da16fe79f441016ba2 Mon Sep 17 00:00:00 2001
From: Tom Wiesing <tkw01536@gmail.com>
Date: Fri, 27 Apr 2018 15:02:40 +0200
Subject: [PATCH] Update person.html

---
 _layouts/person.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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