FEATURE: add server:before-head-close-crawler outlet for plugins
This outlet allows plugins to inject html prior to closing head tag
This commit is contained in:
parent
1d7720ef99
commit
abaa3f0650
|
@ -16,6 +16,8 @@
|
|||
<%= theme_lookup("head_tag") %>
|
||||
<%= render_google_universal_analytics_code %>
|
||||
<%= yield :head %>
|
||||
|
||||
<%= build_plugin_html 'server:before-head-close-crawler' %>
|
||||
</head>
|
||||
<body class="crawler">
|
||||
<%= theme_lookup("header") %>
|
||||
|
|
Loading…
Reference in New Issue