remove stray begin block
This commit is contained in:
parent
ee1b03cd0a
commit
0a70e8c172
|
@ -62,9 +62,9 @@ module Jekyll
|
|||
end
|
||||
|
||||
def description
|
||||
@description ||= begin
|
||||
format_string(page["description"] || page["excerpt"] || site["description"])
|
||||
end
|
||||
@description ||= format_string(
|
||||
page["description"] || page["excerpt"] || site["description"]
|
||||
)
|
||||
end
|
||||
|
||||
# Returns a nil or a hash representing the author
|
||||
|
|
Loading…
Reference in New Issue