From 96146d9ab63c659556464742a61ef8dc0a13132e Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 30 Jul 2023 20:00:39 +0000
Subject: [PATCH] use toml

---
 exampleSite/content/docs/compose/shortcodes-example.md |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/exampleSite/content/docs/compose/shortcodes-example.md b/exampleSite/content/docs/compose/shortcodes-example.md
index dff1c4a..378e015 100644
--- a/exampleSite/content/docs/compose/shortcodes-example.md
+++ b/exampleSite/content/docs/compose/shortcodes-example.md
@@ -1,12 +1,10 @@
----
-title: Shortcodes Applied
-weight: 7
-description: 'This is how the shortcodes would look like in action
++++
+title = "Shortcodes Applied"
+weight = 7
+description = "This is how the shortcodes would look like in action"
+draft = true
++++
 
-'
-draft: true
-
----
 ### Blocks, columns & buttons
 
 ```sh

--
Gitblit v1.10.0