From 5c1fe30cd6d09b97ef3b4a54b325cc8c2de1eb30 Mon Sep 17 00:00:00 2001
From: Vikhyat Korrapati <vikhyatk@gmail.com>
Date: Sat, 15 Mar 2014 20:02:23 +0530
Subject: [PATCH] Include opengraph/oembed tags in the crawler layout.

---
 app/views/layouts/crawler.html.erb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/views/layouts/crawler.html.erb b/app/views/layouts/crawler.html.erb
index 012c22fc4e1..b8904b685f1 100644
--- a/app/views/layouts/crawler.html.erb
+++ b/app/views/layouts/crawler.html.erb
@@ -16,6 +16,7 @@
     <%= render :partial => "common/discourse_stylesheet" %>
     <%= discourse_csrf_tags %>
     <%= raw SiteContent.content_for(:head) %>
+    <%= yield :head %>
   </head>
   <body>
     <%- unless customization_disabled? %>