Sha256: d376980f8f2107d115daeaa5f5502758e93ca6794fe11fd42c90f1cefc821279
Contents?: true
Size: 688 Bytes
Versions: 84
Compression:
Stored size: 688 Bytes
Contents
<%= tag :link, rel: "canonical", href: social_share_entry_url(entry) %> <%= social_share_entry_image_tags(entry) %> <%= tag :meta, property: "og:title", content: pretty_entry_title(entry) %> <%= tag :meta, property: "og:description", name: "description", content: social_share_entry_description(entry) %> <%= tag :meta, property: "og:url", content: social_share_entry_url(entry) %> <%= tag :meta, property: "og:site_name", content: entry.theming.cname_domain %> <%= tag :meta, property: "og:type", content: "website" %> <%= tag :meta, name: "twitter:card", content: "summary_large_image" %> <%= tag :meta, name: "twitter:description", content: social_share_entry_description(entry) %>
Version data entries
84 entries across 84 versions & 1 rubygems