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 %}