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:
@@ -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
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user