diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 76d1716..f43fe64 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -20,12 +20,6 @@ if (localTheme) { document.getElementById('root').className = 'theme__' + localTheme; } - - function resetHeight() { - document.body.style.height = window.innerHeight + "px"; - } - window.addEventListener("resize", resetHeight); - resetHeight();
{{ partial "body/main-left" . }}