Sha256: 888659b00c1451e03837cb61df637552f52040dc3bcbba51e45b47ae920410cb
Contents?: true
Size: 784 Bytes
Versions: 30
Compression:
Stored size: 784 Bytes
Contents
<%= tag :link, rel: "canonical", href: social_share_page_url(entry, page) %> <%= tag :meta, property: "og:image", content: social_share_normalize_protocol(page_thumbnail_url(page, :medium)) %> <%= tag :meta, property: "og:title", content: social_share_page_title(page) %> <%= tag :meta, property: "og:description", name: "description", content: social_share_page_description(entry, page) %> <%= tag :meta, property: "og:url", content: social_share_page_url(entry, page) %> <%= 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_page_description(entry, page) %>
Version data entries
30 entries across 30 versions & 1 rubygems