From d93bd3bb63a07ac2693cddcc7beb32b0de449e66 Mon Sep 17 00:00:00 2001 From: trendschau Date: Fri, 8 Jan 2021 10:18:35 +0100 Subject: [PATCH] Version 1.4.3: Fingerprints for js and css files --- system/author/layouts/layout.twig | 16 ++++++------- system/author/layouts/layoutAuth.twig | 4 ++-- system/author/layouts/layoutBlank.twig | 2 +- system/author/layouts/layoutBlox.twig | 30 ++++++++++++------------- system/author/layouts/layoutEditor.twig | 22 +++++++++--------- 5 files changed, 37 insertions(+), 37 deletions(-) diff --git a/system/author/layouts/layout.twig b/system/author/layouts/layout.twig index 777311e..fc46f43 100644 --- a/system/author/layouts/layout.twig +++ b/system/author/layouts/layout.twig @@ -16,8 +16,8 @@ - - + + {{ assets.renderCSS() }} @@ -39,16 +39,16 @@ - + - - - - - + + + + + diff --git a/system/author/layouts/layoutAuth.twig b/system/author/layouts/layoutAuth.twig index bd88c29..866c430 100644 --- a/system/author/layouts/layoutAuth.twig +++ b/system/author/layouts/layoutAuth.twig @@ -17,7 +17,7 @@ - + {{ assets.renderCSS() }} @@ -31,6 +31,6 @@ {% block content %}{% endblock %} - + \ No newline at end of file diff --git a/system/author/layouts/layoutBlank.twig b/system/author/layouts/layoutBlank.twig index 3fa1593..9fcf2d8 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 401356e..489b9c6 100644 --- a/system/author/layouts/layoutBlox.twig +++ b/system/author/layouts/layoutBlox.twig @@ -17,7 +17,7 @@ - + {{ assets.renderCSS() }} @@ -41,17 +41,17 @@ - + - - - - - - + + + + + + - - - - - - + + + + + + + {{ assets.renderJS() }} diff --git a/system/author/layouts/layoutEditor.twig b/system/author/layouts/layoutEditor.twig index 9c56075..ee55319 100644 --- a/system/author/layouts/layoutEditor.twig +++ b/system/author/layouts/layoutEditor.twig @@ -16,7 +16,7 @@ - + {{ assets.renderCSS() }} @@ -40,16 +40,16 @@ - + - - - - - + + + + + - - - + + + + {{ assets.renderJS() }}