1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

css base fix

This commit is contained in:
codecalm
2020-12-06 00:02:20 +01:00
parent f8eaddf479
commit 4ea3716686

View File

@@ -36,10 +36,6 @@
{% endif %} {% endif %}
{% include layout/css.html %} {% include layout/css.html %}
<style>
body { display: none; }
</style>
</head> </head>
{% assign layout-dark = page.layout-dark | default: site.layout-dark %} {% assign layout-dark = page.layout-dark | default: site.layout-dark %}
@@ -58,7 +54,5 @@
{% if site.debug and jekyll.environment == 'development' %} {% if site.debug and jekyll.environment == 'development' %}
{% include layout/debug.html %} {% include layout/debug.html %}
{% endif %} {% endif %}
<script>document.body.style.display = "block"</script>
</body> </body>
</html> </html>