mirror of
https://github.com/imfing/hextra.git
synced 2025-09-14 01:36:44 -04:00
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");
|
|
}
|