diff --git a/templates/layout.html b/templates/layout.html index d791579..321f7f1 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -198,8 +198,10 @@ {{ t_sitemap }}

{% set team = site.query('/community/team', alt=this.alt).all() %} - {% for child in team %} - + {% for member in team %} + {% if member.mastodon_handle %} + + {% endif %} {% endfor %}