Files
Documentation/themes/hextra/assets/js/head/banner.js
2026-01-20 20:33:59 +01:00

7 lines
327 B
JavaScript

// The section must not be in the banner.js (body) file because it can create a quick flash.
if (localStorage.getItem('{{ site.Params.banner.key | default `banner-closed` }}')) {
document.documentElement.style.setProperty("--hextra-banner-height", "0px");
document.documentElement.classList.add("hextra-banner-hidden");
}