Merge pull request #419 from vjt/master

Exception handler in Convertible references nonexisting method .name
This commit is contained in:
Tom Preston-Werner 2012-01-22 00:25:55 -08:00
commit 3c2519f07d
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