From f0f99eae8a2dc43d4d2bb7f6a020b48f7f654e57 Mon Sep 17 00:00:00 2001 From: Marcello Barnaba Date: Tue, 18 Oct 2011 23:05:39 +0200 Subject: [PATCH] Fix exception thrown in exception handler at convertible.rb:81 --- lib/jekyll/post.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/jekyll/post.rb b/lib/jekyll/post.rb index 5502994c..12ca279d 100644 --- a/lib/jekyll/post.rb +++ b/lib/jekyll/post.rb @@ -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