mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
remove useless attr_reader for excerpt (is a method now)
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user