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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user