I want to show the latest news posts on my homepage, but only those with a publish date that is not in the future. This is what I have now:
<?php foreach ($articles = $site->children()->listed()->filterBy('template', 'post')->sortBy('date', 'desc')->paginate(50) as $page): ?>