Skip to content

Commit 637e9fe

Browse files
author
Mostafa Moradi
committed
assets block added to default layout
1 parent 12840ac commit 637e9fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/layouts/default.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% include "theme::partials/metadata" %}
77
{% block styles %}{% endblock %}
88
</head>
9-
9+
{% block css %}{% endblock %}
1010
<body class="variant-{{ random(8) }}{{ locale().isRtl() ? ' rtl' }} display--{{ preference_value('visiosoft.theme.defaultadmin::display', 'default') }} sidebars--{{ preference_value('visiosoft.theme.defaultadmin::sidebars', 'default') }}"
1111
data-variants="8">
1212

@@ -42,5 +42,6 @@
4242
{% include "theme::partials/modals" %}
4343
</section>
4444
{% include "theme::partials/assets" %}
45+
{% block js %}{% endblock %}
4546
</body>
4647
</html>

0 commit comments

Comments
 (0)