From e2df6a5357237f1046df7c359cd12bafef8b6da7 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 16 Feb 2024 12:51:42 +0300 Subject: [PATCH] Fix article descriptions --- site/blog/_data.json | 4 +++- site/blog/a.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/site/blog/_data.json b/site/blog/_data.json index f709779..c7b882e 100644 --- a/site/blog/_data.json +++ b/site/blog/_data.json @@ -1,4 +1,6 @@ { "layout": "article.vto", - "type": "article" + "type": "article", + + "description": null } diff --git a/site/blog/a.md b/site/blog/a.md index 405c133..193b61c 100644 --- a/site/blog/a.md +++ b/site/blog/a.md @@ -1,6 +1,7 @@ --- date: 2024-01-01 title: Test +description: "Testing" --- # Test