diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro
index c51cd91..d3b38da 100644
--- a/src/layouts/Base.astro
+++ b/src/layouts/Base.astro
@@ -80,9 +80,15 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site);
{
isHome && (
-
-
-
+
)
}
@@ -185,12 +191,82 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site);
put(s.top_genre_month, true);
}
strip.hidden = false;
+ document.getElementById('live-strips')!.hidden = false;
} catch {
/* API down or blocked: strip stays hidden */
}
}
+
+