diff --git a/web/community.html b/web/community.html index 6aa343c..2d1a441 100644 --- a/web/community.html +++ b/web/community.html @@ -21,6 +21,7 @@ summary: A fun simulation game where you mess with people's lives
The slug for this section is {{ section.slug }}.

+ {% assign any = false %} {% for content in site.data.community-content %} {% if content.section == section.slug %}
@@ -41,8 +42,12 @@ summary: A fun simulation game where you mess with people's lives An image showing off {{ content.name }}
+ {% assign any = true %} {% endif %} {% endfor %} + {% unless any %} + There's nothing in this section yet. + {% endunless %} {% endfor %}