Merge branch 'master' of github.com:ZeusWPI/zeus.ugent.be

This commit is contained in:
Lorin Werthen 2017-05-04 00:57:59 +02:00
commit 41f692b845
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@
-
rol: Event manager
naam: Eloïse Piret
mail: pr@zeus.ugent.be
mail: event@zeus.ugent.be
-
rol: Projectmanager
naam: Feliciaan De Palmenaer

View file

@ -8,6 +8,7 @@ module PreprocessHelper
def update_blog_attributes
@items.find_all('/blog/**/*').each do |i|
raise "#{i.identifier} doesn't have 'created_at'" unless i[:created_at]
i.update_attributes(
# Tag all posts with article (for Blogging helper)
kind: 'article',