Sha256: f63b7e60d4b9243d9d2a045af7c8e34c6f99b7127765082a4b6cb447f8aac5ba
Contents?: true
Size: 775 Bytes
Versions: 82
Compression:
Stored size: 775 Bytes
Contents
- content_for :title do = "#{(@post.title_tag_text.present? ? @post.title_tag_text : truncate(@post.headline, length: 50))} | #{site.name}" - content_for :sharing_meta do - # vr:title tag is for Outbrain's crawler %meta{:content => decode_html_entities("#{(@post.title_tag_text.present? ? @post.title_tag_text : @post.headline)}"), :property => "vr:title"} %meta{:content => decode_html_entities("#{(@post.title_tag_text.present? ? @post.title_tag_text : @post.headline)}"), :property => "og:title"} - if @post.featured_image %meta{:content => "#{@post.featured_image.image.url}", :property => "og:image"} - content_for :description do = @post.description - content_for :posts_content do = render 'post_full', post: @post :coffee $ -> new PostShow
Version data entries
82 entries across 42 versions & 1 rubygems