mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
js in footer fix
This commit is contained in:
@@ -29,7 +29,6 @@
|
|||||||
{% include layout/og.html %}
|
{% include layout/og.html %}
|
||||||
|
|
||||||
{% include layout/css.html %}
|
{% include layout/css.html %}
|
||||||
{% include layout/js.html %}
|
|
||||||
|
|
||||||
<style>body { display: none; }</style>
|
<style>body { display: none; }</style>
|
||||||
</head>
|
</head>
|
||||||
@@ -44,6 +43,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% include layout/js.html %}
|
||||||
|
|
||||||
{{ site.capture_global.scripts }}
|
{{ site.capture_global.scripts }}
|
||||||
|
|
||||||
<script>document.body.style.display = 'block';</script>
|
<script>document.body.style.display = 'block';</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user