[rulkc] [PATCH v3 36/40] content/landau_linux_maintenance: Fix front matter

Dmitry Rokosov rockosov at rulkc.org
Wed Jul 29 16:38:01 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 5dc81133f278..865831a1d060 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