Fix exception thrown in exception handler at convertible.rb:81
This commit is contained in:
parent
9fbf90ce59
commit
f0f99eae8a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue