[rulkc] [PATCH v2 11/16] content/landau_linux_maintenance: Fix front matter

Dmitry Rokosov rockosov at rulkc.org
Fri Jul 17 20:17:08 MSK 2026


From: Nikita Shubin <nikita.shubin at maquefel.me>

- add opening meta delimeter as required
- s/published/draft/ as `published` is an alias to `publishDate` and
  requires correct date and not boolean type

Signed-off-by: Nikita Shubin <nikita.shubin at maquefel.me>
Signed-off-by: Dmitry Rokosov <rockosov at rulkc.org>
---
 content/landau-linux/maintenance/_index.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/landau-linux/maintenance/_index.md b/content/landau-linux/maintenance/_index.md
index d2498b94d1f2..bec6c0ba081f 100644
--- a/content/landau-linux/maintenance/_index.md
+++ b/content/landau-linux/maintenance/_index.md
@@ -1,6 +1,7 @@
+---
 title: "📋 Манифест сопровождения ядра LANDAU-Linux"
 description: "Описание процесса разработки ядра LANDAU-Linux — ветки, релизы, версионирование и сопровождение"
-published: true
+draft: false
 ---
 
 # 📋 Манифест процесса сопровождения ядра LANDAU-Linux
-- 
2.48.1




More information about the rulkc mailing list