Fix merge

This commit is contained in:
mcbloch 2021-03-18 01:44:36 +01:00
parent 80bb532304
commit 4065178451

View file

@ -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