summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Shubin <nikita.shubin@maquefel.me>2026-06-14 15:28:52 +0300
committerDmitry Rokosov <rockosov@rulkc.org>2026-07-08 15:57:17 +0300
commita060a5f1a38757d437bb9ee5f12838e3114a4518 (patch)
tree0374b084d3e25963f0aa87f504e144239d306f71
parentae7440fee810f199154a150f61b3bdf1eccbe200 (diff)
downloadlandau.one-a060a5f1a38757d437bb9ee5f12838e3114a4518.tar.gz
landau.one-a060a5f1a38757d437bb9ee5f12838e3114a4518.zip
content/landau_linux_maintenance: Fix front matter
- 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@maquefel.me> Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>
-rw-r--r--content/landau-linux/maintenance/_index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/landau-linux/maintenance/_index.md b/content/landau-linux/maintenance/_index.md
index d2498b9..bec6c0b 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