From 4065178451f0801ddf378638bf8abb83235371f8 Mon Sep 17 00:00:00 2001 From: mcbloch Date: Thu, 18 Mar 2021 01:44:36 +0100 Subject: [PATCH] Fix merge --- lib/helpers/preprocess.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/helpers/preprocess.rb b/lib/helpers/preprocess.rb index 9ca6bd7..dd3f3bb 100644 --- a/lib/helpers/preprocess.rb +++ b/lib/helpers/preprocess.rb @@ -56,7 +56,6 @@ module PreprocessHelper # Tag all posts with article (for Blogging helper) kind: 'article', academic_year: i.identifier.to_s[/\d\d-\d\d/], - created_at: Date.parse(i[:created_at]) ) end end