7 lines
327 B
JavaScript
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");
|
|
}
|