From dc352478b5f35d88ed398e9b13156498b99a849b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB?= Date: Thu, 1 May 2025 23:29:25 +0200 Subject: [PATCH] feat: read version number from composer.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this enables any cached css files to automatically to be discarded on release of a new version. Signed-off-by: Zoë Bijl Signed-off-by: Zoë Signed-off-by: Zoë --- resources/views/frame.blade.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/resources/views/frame.blade.php b/resources/views/frame.blade.php index bced601..c106b9f 100644 --- a/resources/views/frame.blade.php +++ b/resources/views/frame.blade.php @@ -1,3 +1,11 @@ + @@ -6,12 +14,12 @@ - @yield('title') + @yield('title') @if(isset($front) && $front == false) - - @elseif(!isset($front) || $front == true) - + + @elseif(!isset($front) || $front == true) + @endif @@ -100,4 +108,4 @@ - \ No newline at end of file +