From cd3ac1ec0b5784977ec9a129767701727d6693fa Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 3 Nov 2023 13:59:20 +0530 Subject: [PATCH] refactor: add the tailwind in the head directly --- templates/_partials/head.tpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/templates/_partials/head.tpl b/templates/_partials/head.tpl index ceb262a..65fc4ce 100644 --- a/templates/_partials/head.tpl +++ b/templates/_partials/head.tpl @@ -62,6 +62,25 @@ {block name='javascript_head'} {include file="_partials/javascript.tpl" javascript=$javascript.head vars=$js_custom_vars} {/block} + + +{** TODO: Remove this before going live *} + {block name='hook_header'} {$HOOK_HEADER nofilter}