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:
Sam Saffron 2018-10-25 16:31:05 +11:00
parent 1d7720ef99
commit abaa3f0650
1 changed files with 2 additions and 0 deletions

View File

@ -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") %>