From 32e0386270639c7107e4aab8c2b9809fbb6e90e3 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 5 Jun 2025 16:46:55 +0300 Subject: [PATCH] blog: disable descriptions when unset --- site/blog/_data.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/blog/_data.ts b/site/blog/_data.ts index d50cb78..bd76e4f 100644 --- a/site/blog/_data.ts +++ b/site/blog/_data.ts @@ -1,4 +1,6 @@ export default { layout: "text.vto", type: "article", + + description: null, };