From db0b53e0069755408643c4a3ddc4bdab138bbb3b Mon Sep 17 00:00:00 2001 From: rds Date: Sun, 24 May 2026 15:06:17 +0200 Subject: [PATCH] feat: conditionally render author info section --- src/pages/[lang]/news/[...slug].astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/[lang]/news/[...slug].astro b/src/pages/[lang]/news/[...slug].astro index 95d31bb..aed8068 100644 --- a/src/pages/[lang]/news/[...slug].astro +++ b/src/pages/[lang]/news/[...slug].astro @@ -135,12 +135,14 @@ const { Content } = await post.render(); {t("post.philosophy")} + { false && (
{t("post.by")}
+ )}