I don't know why I struggle with things that seem so simple. I have a collection, likely got the code from the Antimatter blog.htm.twig file. I want to have pages appear on the published date.
{% for child in collection %}
{% include 'partials/wallpaper_item.html.twig' with {'page':child, 'truncate':true} %}
{% endfor %}
How can I get this code to hide posts that have publish_date set to the future?