From abaa3f0650058bff083761d5318b640588b7d78d Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 25 Oct 2018 16:31:05 +1100 Subject: [PATCH] FEATURE: add server:before-head-close-crawler outlet for plugins This outlet allows plugins to inject html prior to closing head tag --- app/views/layouts/crawler.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/layouts/crawler.html.erb b/app/views/layouts/crawler.html.erb index 4cbf2eef8df..85495538c0f 100644 --- a/app/views/layouts/crawler.html.erb +++ b/app/views/layouts/crawler.html.erb @@ -16,6 +16,8 @@ <%= theme_lookup("head_tag") %> <%= render_google_universal_analytics_code %> <%= yield :head %> + + <%= build_plugin_html 'server:before-head-close-crawler' %> <%= theme_lookup("header") %>