Avoid empty 'Past' seciton on conference page

This commit is contained in:
Edward Betts 2024-10-31 08:26:10 +00:00
parent 6333587cc2
commit 1ce82858ae

View file

@ -43,7 +43,7 @@
<div class="grid-container">
{{ section("Current", current, "attending") }}
{{ section("Future", future, "going") }}
{{ section("Past", past|reverse, "went") }}
{{ section("Past", past|reverse|list, "went") }}
</div>
</div>