diff --git a/web/themes/custom/opdavies/justfile b/web/themes/custom/opdavies/justfile index 639beb6..a7d0c58 100644 --- a/web/themes/custom/opdavies/justfile +++ b/web/themes/custom/opdavies/justfile @@ -1,9 +1,9 @@ _default: just --list -build-css: +build-css *args: npx tailwind --config assets/tailwind.config.ts \ - --output dist/tailwind.css + --output dist/tailwind.css {{ args }} clean: rm -fr node_modules dist/* diff --git a/web/themes/custom/opdavies/templates/block/block--layout-builder.html.twig b/web/themes/custom/opdavies/templates/block/block--layout-builder.html.twig index 1f5f7d5..8009ff1 100644 --- a/web/themes/custom/opdavies/templates/block/block--layout-builder.html.twig +++ b/web/themes/custom/opdavies/templates/block/block--layout-builder.html.twig @@ -26,7 +26,7 @@ * @see template_preprocess_block() */ #} - + {{ title_prefix }} {% if label %} {{ label }} diff --git a/web/themes/custom/opdavies/layouts/layout_discovery/onecol/layout--onecol.html.twig b/web/themes/custom/opdavies/templates/layouts/layout_discovery/onecol/layout--onecol.html.twig similarity index 82% rename from web/themes/custom/opdavies/layouts/layout_discovery/onecol/layout--onecol.html.twig rename to web/themes/custom/opdavies/templates/layouts/layout_discovery/onecol/layout--onecol.html.twig index 27d49cf..26a3c9d 100644 --- a/web/themes/custom/opdavies/layouts/layout_discovery/onecol/layout--onecol.html.twig +++ b/web/themes/custom/opdavies/templates/layouts/layout_discovery/onecol/layout--onecol.html.twig @@ -11,7 +11,7 @@ #} {% if content %} -
+ {{ content.content }}