Sha256: d88963fe4e99618bfdb09f50c44a611c4645d990b8a8d94d7187ad645db9e887

Contents?: true

Size: 532 Bytes

Versions: 3

Compression:

Stored size: 532 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::Config.site_name %>"/>
<% if Monologue::Config.facebook_logo%>
   <meta property="og:image" content="<%= absolute_image_url(image_path(Monologue::Config.facebook_logo)) %>" />
<% end  %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
monologue-0.5.0 app/views/layouts/monologue/application/_fb_open_graph.html.erb
monologue-0.4.1 app/views/layouts/monologue/application/_fb_open_graph.html.erb
monologue-0.4.0 app/views/layouts/monologue/application/_fb_open_graph.html.erb