tiny cleanup

This commit is contained in:
Lorin Werthen 2017-02-09 02:35:23 +01:00
parent 7e3c2d5a6c
commit e057d0adf3
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -8,7 +8,7 @@ module PreprocessHelper
def update_blog_attributes
@items.find_all('/blog/**/*').each do |i|
year_str = %r{/(\d\d-\d\d)/}.match(i.identifier).captures[0]
year_str = i.identifier.to_s[/\d\d-\d\d/]
attr_hash = {
# Tag all posts with article (for Blogging helper)