Sha256: 67d4035b58221eb55384e7c3dc51f16b9dbafea6a9b8b6d1be9b679cd036c5cd
Contents?: true
Size: 685 Bytes
Versions: 8
Compression:
Stored size: 685 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.site.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
8 entries across 8 versions & 1 rubygems