Sha256: 68506a6598a3e436ff1ca045f95a83fdfd8a615fcb46fcd8167a9a5c9436c38f
Contents?: true
Size: 669 Bytes
Versions: 6
Compression:
Stored size: 669 Bytes
Contents
<% set_meta_tags title: @post.title, description: @post.subtitle, canonical: "http://#{ @domain }#{ posts_show_path(@post) }", open_graph: { type: 'article', title: @post.title, description: @post.subtitle, url: "http://#{ @domain }#{ posts_show_path(@post) }", image: @post.featured_image_url.empty? ? '' : "http:#{ @post.featured_image_url }" } %> <%= render partial: 'post', locals: { post: @post } %> <nav class='navigation'> <%= link_to 'Blog Home', posts_index_path %> </nav>
Version data entries
6 entries across 6 versions & 1 rubygems