From 8ff18d22b3d961bbeedf0abe461318dae514f5af Mon Sep 17 00:00:00 2001 From: trendschau Date: Mon, 30 Nov 2020 07:24:32 +0100 Subject: [PATCH] Version 1.4.2: added version and assets --- system/Settings.php | 2 +- 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 +++++++++--------- 6 files changed, 38 insertions(+), 38 deletions(-) diff --git a/system/Settings.php b/system/Settings.php index c3da0ea..a4708aa 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -82,7 +82,7 @@ class Settings 'editor' => 'visual', 'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code'], 'contentFolder' => 'content', - 'version' => '1.4.1', + 'version' => '1.4.2', 'setup' => true, 'welcome' => true, 'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]], diff --git a/system/author/layouts/layout.twig b/system/author/layouts/layout.twig index 33fa521..2b2630a 100644 --- a/system/author/layouts/layout.twig +++ b/system/author/layouts/layout.twig @@ -17,8 +17,8 @@ - - + + {{ assets.renderCSS() }} @@ -41,16 +41,16 @@ - + - - - - - + + + + + diff --git a/system/author/layouts/layoutAuth.twig b/system/author/layouts/layoutAuth.twig index 265dcea..cbe7c4d 100644 --- a/system/author/layouts/layoutAuth.twig +++ b/system/author/layouts/layoutAuth.twig @@ -18,7 +18,7 @@ - + {{ assets.renderCSS() }} @@ -32,6 +32,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 6764cfc..6b7b976 100644 --- a/system/author/layouts/layoutBlank.twig +++ b/system/author/layouts/layoutBlank.twig @@ -17,7 +17,7 @@ - + diff --git a/system/author/layouts/layoutBlox.twig b/system/author/layouts/layoutBlox.twig index 935b9e7..257dad7 100644 --- a/system/author/layouts/layoutBlox.twig +++ b/system/author/layouts/layoutBlox.twig @@ -18,7 +18,7 @@ - + {{ assets.renderCSS() }} @@ -42,17 +42,17 @@ - + - - - - - - + + + + + + - - - - - - + + + + + + + {{ assets.renderJS() }} diff --git a/system/author/layouts/layoutEditor.twig b/system/author/layouts/layoutEditor.twig index 9b74ecd..8354421 100644 --- a/system/author/layouts/layoutEditor.twig +++ b/system/author/layouts/layoutEditor.twig @@ -17,7 +17,7 @@ - + {{ assets.renderCSS() }} @@ -41,16 +41,16 @@ - + - - - - - + + + + + - - - + + + + {{ assets.renderJS() }}