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/install-theme.md |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/exampleSite/content/docs/compose/install-theme.md b/exampleSite/content/docs/compose/install-theme.md
index 109a5d3..69b8cee 100755
--- a/exampleSite/content/docs/compose/install-theme.md
+++ b/exampleSite/content/docs/compose/install-theme.md
@@ -1,9 +1,10 @@
----
-title: "Install theme"
-weight: 2
-description: >
-  This page tells you how to get started with the Compose theme.
----
++++
+title = "Install theme"
+weight = 2
+description = """
+This page tells you how to get started with the Compose theme.
+"""
++++
 
 ### Prerequisites
 

--
Gitblit v1.10.0