From 4f66ab2de1c3429003b47a2a3e9756a1fbabbf2e Mon Sep 17 00:00:00 2001 From: trendschau Date: Thu, 10 Feb 2022 20:58:22 +0100 Subject: [PATCH] Version 1.5.3 cachbusting with version number --- system/author/layouts/layout.twig | 16 ++++++------- system/author/layouts/layoutAuth.twig | 2 +- system/author/layouts/layoutBlank.twig | 2 +- system/author/layouts/layoutBlox.twig | 32 ++++++++++++------------- system/author/layouts/layoutEditor.twig | 28 +++++++++++----------- 5 files changed, 40 insertions(+), 40 deletions(-) diff --git a/system/author/layouts/layout.twig b/system/author/layouts/layout.twig index 33c6851..f9e576f 100644 --- a/system/author/layouts/layout.twig +++ b/system/author/layouts/layout.twig @@ -16,8 +16,8 @@ - - + + {{ assets.renderCSS() }} @@ -39,19 +39,19 @@ - + - - + + - - - + + + diff --git a/system/author/layouts/layoutAuth.twig b/system/author/layouts/layoutAuth.twig index 63e41e3..9aeef5b 100644 --- a/system/author/layouts/layoutAuth.twig +++ b/system/author/layouts/layoutAuth.twig @@ -17,7 +17,7 @@ - + {{ assets.renderCSS() }} diff --git a/system/author/layouts/layoutBlank.twig b/system/author/layouts/layoutBlank.twig index c6bcd78..fb6b34a 100644 --- a/system/author/layouts/layoutBlank.twig +++ b/system/author/layouts/layoutBlank.twig @@ -16,7 +16,7 @@ - + diff --git a/system/author/layouts/layoutBlox.twig b/system/author/layouts/layoutBlox.twig index dbf3e38..f20438a 100644 --- a/system/author/layouts/layoutBlox.twig +++ b/system/author/layouts/layoutBlox.twig @@ -16,8 +16,8 @@ - - + + {{ assets.renderCSS() }} @@ -41,20 +41,20 @@ - + - - + + - - - - + + + + + {% if item.elementType == "folder" %} - + {% else %} {% endif %} - - - - - + + + + + {{ assets.renderJS() }} diff --git a/system/author/layouts/layoutEditor.twig b/system/author/layouts/layoutEditor.twig index 40a785a..08e95f4 100644 --- a/system/author/layouts/layoutEditor.twig +++ b/system/author/layouts/layoutEditor.twig @@ -16,8 +16,8 @@ - - + + {{ assets.renderCSS() }} @@ -41,18 +41,18 @@ - + - + - - - + + + + {% if item.elementType == "folder" %} - + {% else %} {% endif %} - - - - - + + + + + {{ assets.renderJS() }}