From 5a0953ea54661027d6495478d82bb80ea5f94c36 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 3 Feb 2026 16:05:43 -0800 Subject: [PATCH] Fix frontmatter closing delimiter on separate line Co-Authored-By: Claude Opus 4.5 --- docs/README.md | 3 ++- docs/index.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 31f0597..86ba1c3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,6 @@ --- -title: readme--- +title: readme +--- # BlumeOps Documentation diff --git a/docs/index.md b/docs/index.md index b3e5b57..3958796 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,6 @@ --- -title: blumeops-documentation--- +title: blumeops-documentation +--- Welcome to the BlumeOps documentation.