Method: Jekyll::SeoTag::ImageDrop#path
- Defined in:
- lib/starter_web/_plugins/seo/j1-seo-tags.rb
#path ⇒ Object Also known as: to_s
Called path for backwards compatability, this is really the escaped, absolute URL representing the page’s image Returns nil if no image path can be determined
561 562 563 |
# File 'lib/starter_web/_plugins/seo/j1-seo-tags.rb', line 561 def path @path ||= filters.uri_escape(absolute_url) if absolute_url end |