From 773a6a4d9e724202765a113e88bad0789dfc931c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 12 Apr 2021 09:25:28 +0800 Subject: [PATCH] =?UTF-8?q?layout:=E8=B0=83=E6=95=B4=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=A8=A1=E7=89=88=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scaffolds/draft.md | 1 + scaffolds/post.md | 1 + 2 files changed, 2 insertions(+) diff --git a/scaffolds/draft.md b/scaffolds/draft.md index 498e95b..4741bbc 100644 --- a/scaffolds/draft.md +++ b/scaffolds/draft.md @@ -1,4 +1,5 @@ --- title: {{ title }} tags: +categories: --- diff --git a/scaffolds/post.md b/scaffolds/post.md index 1f9b9a4..c7a99ba 100644 --- a/scaffolds/post.md +++ b/scaffolds/post.md @@ -2,4 +2,5 @@ title: {{ title }} date: {{ date }} tags: +categories: ---