- Issue created by @pivica
- Merge request !23Add head_top and head_bottom Twig blocks to html.html.twig for flexible <head>... → (Closed) created by pivica
I needed this from time to time to inject JS code very early in rendering page process - before html is rendered (some js that afects css) or right after it (tracking code, etc).
Injecting this in child themes is not easy so here is an idea to add support for this in bs_base html.html.twig template so child themes can easily override this blocks and inject needed code.
None.
None.
Active
1.0
BS Base