mirror of
https://github.com/tabler/tabler.git
synced 2026-08-10 13:22:22 +04:00
Update output paths in build configuration and HTML templates to use 'preview' directory
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
{% assign layout-dark = layout-dark | default: site.layoutDark %}
|
||||
<body{% if layout.body-class or body-class %} class="{% if layout.body-class %} {{ layout.body-class }}{% endif %}{% if body-class %} {{ body-class }}{% endif %}"{% endif %}>
|
||||
<script src="{{ page | relative }}/demo/js/demo-theme{% if environment != 'development' %}.min{% endif %}.js{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}"></script>
|
||||
<script src="{{ page | relative }}/preview/js/demo-theme{% if environment != 'development' %}.min{% endif %}.js{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}"></script>
|
||||
|
||||
{{ content }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user