We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef98585 commit 2bded12Copy full SHA for 2bded12
1 file changed
src/index.njk
@@ -32,7 +32,9 @@ layout: false
32
{% set location = person.data.location %}
33
{% if location or country %}
34
<span class="shrink-0 text-[10px] bg-[var(--bg-footer)] text-[var(--text-muted)] px-2 py-1 rounded font-bold uppercase border border-[var(--border-color)]">
35
- {{ location }}{% if location and country %}, {% endif %}{{ country }}
+ {{ location }}
36
+ {% if location and country %}<br>{% endif %}
37
+ {{ country }}
38
</span>
39
{% endif %}
40
</div>
0 commit comments