remove useless attr_reader for excerpt (is a method now)
This commit is contained in:
parent
654d598fcf
commit
951ee09a75
|
@ -22,7 +22,7 @@ module Jekyll
|
||||||
attr_accessor :data, :extracted_excerpt, :content, :output, :ext
|
attr_accessor :data, :extracted_excerpt, :content, :output, :ext
|
||||||
attr_accessor :date, :slug, :published, :tags, :categories
|
attr_accessor :date, :slug, :published, :tags, :categories
|
||||||
|
|
||||||
attr_reader :name, :excerpt
|
attr_reader :name
|
||||||
|
|
||||||
# Initialize this Post instance.
|
# Initialize this Post instance.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue