From 757ff239fb39da2a8045133eb1b43b3c99dec14c Mon Sep 17 00:00:00 2001 From: Viraat Aryabumi Reddy Date: Wed, 1 May 2019 23:02:18 +0530 Subject: [PATCH] Fix for showing Job title and LinkedIn URL Small fix for ensuring the job title and linkedin url show up from the markdown files. --- team.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/team.html b/team.html index 8d3d84e..53a703a 100644 --- a/team.html +++ b/team.html @@ -34,9 +34,9 @@ bodyClass: page-team-list {% endif %}

{{ team.title }}

-

{{ team.Jobtitle }}

- {% if team.Linkedinurl %} - Linked In +

{{ team.jobtitle }}

+ {% if team.linkedinurl %} + LinkedIn {% endif %}
{{ team.content }}