From 4c7cbe6591899131d1d4c8ed3275673fef588701 Mon Sep 17 00:00:00 2001 From: trendschau Date: Fri, 14 Jun 2024 22:55:45 +0200 Subject: [PATCH] renderCSS before js in cyanine --- themes/cyanine/cyanine.yaml | 2 +- themes/cyanine/layout.twig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/cyanine/cyanine.yaml b/themes/cyanine/cyanine.yaml index 84dcfa6..b579df4 100644 --- a/themes/cyanine/cyanine.yaml +++ b/themes/cyanine/cyanine.yaml @@ -1,5 +1,5 @@ name: Cyanine Theme -version: 2.2.0 +version: 2.3.0 description: 'Cyanine is a modern and flexible multi-purpose theme and the standard theme for Typemill.' author: Trendschau homepage: https://trendschau.net diff --git a/themes/cyanine/layout.twig b/themes/cyanine/layout.twig index 62b8469..669c621 100644 --- a/themes/cyanine/layout.twig +++ b/themes/cyanine/layout.twig @@ -213,6 +213,8 @@ {% block javascripts %} + {{ assets.renderCSS() }} + @@ -244,8 +246,6 @@ {% endif %} - {{ assets.renderCSS() }} - {{ assets.renderJS() }} {% endblock %}