Skip to content

Commit 0470093

Browse files
authored
Merge pull request #137 from w3c/group-closed-date
if the group is closed, add the closing date
2 parents 2f4c0a9 + 032c50c commit 0470093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/components/listings/groups/entry.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</a>
77
</h2>
88
{% block group_description %}
9+
{% if group.closed %}<p><em>Group closed on {{ w3c_date_format(group.closedDate)|raw }}</em></p>{% endif %}
910
{{ group.description|purify }}
1011
{% endblock %}
1112
{% block group_ecosystems %}

0 commit comments

Comments
 (0)