diff --git a/src/index.njk b/src/index.njk index f5af219..85f5b74 100644 --- a/src/index.njk +++ b/src/index.njk @@ -31,9 +31,10 @@ layout: false {% set country = person.data.country %} {% set location = person.data.location %} {% if location or country %} - - {{ location }}{% if location and country %}, {% endif %}{{ country }} - +
+ {% if location %}{{ location }}{% endif %} + {% if country %}{{ country }}{% endif %} +
{% endif %}