From 3dc4b45f9c046bc2aa92f3b6f8aac24e6b6bf532 Mon Sep 17 00:00:00 2001 From: 1AoB <2453468739@qq.com> Date: Wed, 1 Nov 2023 23:40:14 +0800 Subject: [PATCH] change about --- .../content/post/markdown-syntax/index.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/post/markdown-syntax/index.md b/exampleSite/content/post/markdown-syntax/index.md index 8c960cc..d9370b4 100644 --- a/exampleSite/content/post/markdown-syntax/index.md +++ b/exampleSite/content/post/markdown-syntax/index.md @@ -4,14 +4,12 @@ title = "my First" date = "2023-11-01" description = "Sample description about article." tags = [ - "文章标签(一般写用到了哪些技术)", "底部标签1", "底部标签2", "底部标签3", "底部标签4", ] categories = [ - "分类专栏(一般写自己划分的专栏)", "文章分类1", "文章分类2", ] @@ -26,4 +24,17 @@ This article offers a sample of basic Markdown. # hello world -Hello World! \ No newline at end of file +Hello World! + +tags = [ + "文章标签(一般写用到了哪些技术)", + "底部标签1", + "底部标签2", + "底部标签3", + "底部标签4", +] +categories = [ + "分类专栏(一般写自己划分的专栏)", + "文章分类1", + "文章分类2", +] \ No newline at end of file