diff --git a/lib/jekyll-seo-tag/drop.rb b/lib/jekyll-seo-tag/drop.rb index 6c9eaa7..e157160 100644 --- a/lib/jekyll-seo-tag/drop.rb +++ b/lib/jekyll-seo-tag/drop.rb @@ -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