Fix merge
This commit is contained in:
parent
80bb532304
commit
4065178451
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ module PreprocessHelper
|
||||||
# Tag all posts with article (for Blogging helper)
|
# Tag all posts with article (for Blogging helper)
|
||||||
kind: 'article',
|
kind: 'article',
|
||||||
academic_year: i.identifier.to_s[/\d\d-\d\d/],
|
academic_year: i.identifier.to_s[/\d\d-\d\d/],
|
||||||
created_at: Date.parse(i[:created_at])
|
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue