diff --git a/templates/partials/hcard.html b/templates/partials/hcard.html index 1b191bd..91c023b 100644 --- a/templates/partials/hcard.html +++ b/templates/partials/hcard.html @@ -61,7 +61,7 @@ {% if key not in ['enable', 'with_mail', 'with_social_links', 'homepage', 'full_name', 'avatar', 'biography', 'p_nickname'] %} {% if not dl_started %}
- {% set dl_started = true %} + {% set_global dl_started = true %} {% endif %}
{{ key | replace(from="p_", to="") | replace(from="u_", to="") | replace(from="dt_", to="") | replace(from="_", to=" ") | capitalize }}
{{ value }}
@@ -70,4 +70,6 @@ {% if dl_started %}
{% endif %} + + {% endif %}