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 %}
|
||||
|
||||
{% include layout/css.html %}
|
||||
|
||||
<style>
|
||||
body { display: none; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
{% assign layout-dark = page.layout-dark | default: site.layout-dark %}
|
||||
@@ -58,7 +54,5 @@
|
||||
{% if site.debug and jekyll.environment == 'development' %}
|
||||
{% include layout/debug.html %}
|
||||
{% endif %}
|
||||
|
||||
<script>document.body.style.display = "block"</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user