remove useless attr_reader for excerpt (is a method now)

This commit is contained in:
maul.esel 2013-04-11 19:05:28 +02:00
parent 654d598fcf
commit 951ee09a75
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module Jekyll
attr_accessor :data, :extracted_excerpt, :content, :output, :ext
attr_accessor :date, :slug, :published, :tags, :categories
attr_reader :name, :excerpt
attr_reader :name
# Initialize this Post instance.
#