From 9086b68594fd73a34addc9a41ffb493662faea25 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 25 May 2020 23:18:53 +0100 Subject: Posts should not have a default date in production If todays date is provided as a default date for posts that do not have one then that post will be included due to the filter that is ran. --- config.php | 1 - 1 file changed, 1 deletion(-) (limited to 'config.php') diff --git a/config.php b/config.php index d8db889..19350ee 100644 --- a/config.php +++ b/config.php @@ -13,7 +13,6 @@ return [ 'siteAuthor' => 'David T. Sadler', 'perPage' => 50, - // Collections 'collections' => [ 'posts' => [ // Default author, if not provided in a post -- cgit v1.2.3-13-gbd6f