Sha256: db4f34ce73c72928c412053562d5b6c920e8874e762c5da17490446cd86df110
Contents?: true
Size: 491 Bytes
Versions: 2
Compression:
Stored size: 491 Bytes
Contents
<meta property="og:title" content="<%= monologue_accurate_title %>"/> <meta property="og:type" content="<%= controller.action_name == "show" ? "article" : "blog" %>"/> <meta property="og:url" content="http://<%= request.host_with_port %><%= request.path.gsub("//","/") %>"/> <meta property="og:site_name" content="<%= Monologue.site_name %>"/> <% if Monologue.facebook_logo%> <meta property="og:image" content="<%= absolute_image_url(image_path(Monologue.facebook_logo)) %>" /> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
monologue-0.2.0 | app/views/layouts/monologue/application/_fb_open_graph.html.erb |
monologue-0.2.0.beta3 | app/views/layouts/monologue/application/_fb_open_graph.html.erb |