1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 14:16:46 +02:00

renderCSS before js in cyanine

This commit is contained in:
trendschau
2024-06-14 22:55:45 +02:00
parent 3513a9b2f9
commit 4c7cbe6591
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -213,6 +213,8 @@
{% block javascripts %}
{{ assets.renderCSS() }}
<script src="{{ base_url }}/system/typemill/author/js/typemillutils.js?20220108"></script>
<script>typemillUtilities.start();</script>
@@ -244,8 +246,6 @@
</script>
{% endif %}
{{ assets.renderCSS() }}
{{ assets.renderJS() }}
{% endblock %}