From f6a6de9c720d95eefab434147d58005eee949e0e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 16 Nov 2025 11:09:15 +0000 Subject: [PATCH 1/2] Initial plan From 97a3e3b30ba2c5a42133e383a9cb2d79655f2ca9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 16 Nov 2025 11:11:20 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20typo=20in=20test=20comment:=20mattter?= =?UTF-8?q?=20=E2=86=92=20matter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: cyjake <252317+cyjake@users.noreply.github.com> --- test/unit/parsers/post.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/parsers/post.test.js b/test/unit/parsers/post.test.js index 2d71285..e3bcc06 100644 --- a/test/unit/parsers/post.test.js +++ b/test/unit/parsers/post.test.js @@ -31,7 +31,7 @@ describe('test/unit/parsers/post.test.js', function() { expect(postLinks).to.contain('/felis/egg.html') // _posts/baz should not be published because it has the published property - // set to false in the YAML front mattter. + // set to false in the YAML front matter. expect(postLinks).to.not.contain('/baz.html') // _drafts/bad should not be published because it is in the drafts folder.