remove stray begin block

This commit is contained in:
Ben Balter 2017-04-11 14:59:19 -05:00
parent ee1b03cd0a
commit 0a70e8c172
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 3 additions and 3 deletions

View File

@ -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