Method: Jekyll::SeoTag::AuthorDrop#name

Defined in:
lib/starter_web/_plugins/seo/j1-seo-tags.rb

#nameObject Also known as: to_s

AuthorDrop#to_s should return name, allowing the author drop to safely replace ‘page.author`, if necessary, and remain backwards compatible



190
191
192
# File 'lib/starter_web/_plugins/seo/j1-seo-tags.rb', line 190

def name
  author_hash["name"]
end