diff --git a/src/components/header.astro b/src/components/header.astro index 88c4e83..c455e39 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -103,7 +103,7 @@ const hideDescription = getEnv(import.meta.env, Astro, 'HIDE_DESCRIPTION') { - !hideDescription && channel?.descriptionHTML && channel?.descriptionHTML.length > 0 && ( + hideDescription !== 'true' && channel?.descriptionHTML && channel?.descriptionHTML.length > 0 && (
) }