From f710921ddb3a10150ad9d05275a95f0ec1320a77 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 15 Mar 2022 22:57:08 +0800 Subject: [PATCH] :white_check_mark: Test: rename shortcode test page --- exampleSite/content/tests/{center-quote.md => shortcodes.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename exampleSite/content/tests/{center-quote.md => shortcodes.md} (78%) diff --git a/exampleSite/content/tests/center-quote.md b/exampleSite/content/tests/shortcodes.md similarity index 78% rename from exampleSite/content/tests/center-quote.md rename to exampleSite/content/tests/shortcodes.md index 12a211e4..4fb49a4a 100644 --- a/exampleSite/content/tests/center-quote.md +++ b/exampleSite/content/tests/shortcodes.md @@ -1,5 +1,5 @@ --- -title: "center-quote shortcode" +title: "Shortcodes Test" date: 2022-03-07T22:31:22+08:00 type: 'posts' draft: true @@ -12,4 +12,4 @@ normal content {{< center-quote >}} **hello** *world* this is a center-quote shortcode example. -{{< /center-quote >}} \ No newline at end of file +{{< /center-quote >}}