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/clarity/features.md |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/exampleSite/content/docs/clarity/features.md b/exampleSite/content/docs/clarity/features.md
index cd8eff4..b7f1071 100644
--- a/exampleSite/content/docs/clarity/features.md
+++ b/exampleSite/content/docs/clarity/features.md
@@ -1,7 +1,7 @@
----
-title: Features
-Weight: 13
----
++++
+title = "Features"
+Weight = 13
++++
 
 * Blog with tagging and category options
 * Deeplinks

--
Gitblit v1.10.0