Fix exception thrown in exception handler at convertible.rb:81

This commit is contained in:
Marcello Barnaba 2011-10-18 23:05:39 +02:00
parent 9fbf90ce59
commit f0f99eae8a
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ module Jekyll
attr_accessor :data, :content, :output, :ext
attr_accessor :date, :slug, :published, :tags, :categories
attr_reader :name
# Initialize this Post instance.
# +site+ is the Site
# +base+ is the String path to the dir containing the post file