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/tutorials/example/_index.md | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/content/tutorials/example/_index.md b/exampleSite/content/tutorials/example/_index.md index af9b5c7..071af9d 100644 --- a/exampleSite/content/tutorials/example/_index.md +++ b/exampleSite/content/tutorials/example/_index.md @@ -1,7 +1,7 @@ ---- -title: "Compose Docs" -weight: 1 ---- ++++ +title = "Compose Docs" +weight = 1 ++++ Welcome to the Compose theme user guide! This guide shows you how to get started creating technical documentation sites using Compose, including site customization and how to use Compose's blocks and templates. -- Gitblit v1.10.0