mirror of
https://github.com/typemill/typemill.git
synced 2025-08-21 13:22:05 +02:00
Fix assets.addMeta
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
{{ assets.renderMeta() }}
|
||||
|
||||
{% block stylesheets %}
|
||||
|
||||
{{ assets.activateTachyons() }}
|
||||
|
||||
<link rel="stylesheet" href="{{ base_url }}/themes/cyanine/css/style.css??20210821" />
|
||||
|
||||
@@ -176,7 +178,6 @@
|
||||
|
||||
</style>
|
||||
|
||||
{{ assets.activateTachyons() }}
|
||||
{{ assets.renderCSS() }}
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user