diff --git a/src/components/header.astro b/src/components/header.astro index 9fb8140..85eba8e 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -115,15 +115,14 @@ const staticProxy = getEnv(import.meta.env, Astro, 'STATIC_PROXY') ?? '/static/' { channel?.description && channel?.description.length > 0 && ( -
- {channel?.description} -
+
) }