Sha256: aa0d38dc2fb6d391defa3c093d3a0801660588b94f571183068070ee5833bd1b

Contents?: true

Size: 508 Bytes

Versions: 1

Compression:

Stored size: 508 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="<%= request.protocol %><%= 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

1 entries across 1 versions & 1 rubygems

Version Path
monologue-0.3.0 app/views/layouts/monologue/application/_fb_open_graph.html.erb