diff options
| author | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-06-14 15:28:52 +0300 |
|---|---|---|
| committer | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-06-14 15:32:22 +0300 |
| commit | 51db6863ade96e4a6463b19fa466906eabfb07db (patch) | |
| tree | 23b06d237b3fe16b292bc2c92ccf880f1ea92ba5 | |
| parent | 70563224ca5d6c0d45d8984c0c9556a18187a2f8 (diff) | |
| download | landau.one-51db6863ade96e4a6463b19fa466906eabfb07db.tar.gz landau.one-51db6863ade96e4a6463b19fa466906eabfb07db.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>
| -rw-r--r-- | content/landau_linux_maintenance/_index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/landau_linux_maintenance/_index.md b/content/landau_linux_maintenance/_index.md index bb6a6dd..03e81ea 100644 --- a/content/landau_linux_maintenance/_index.md +++ b/content/landau_linux_maintenance/_index.md @@ -1,6 +1,7 @@ +--- title: "📋 Манифест сопровождения LANDAU" description: "Официальный процесс maintenance LANDAU Linux — версионирование, ветки, релизы и LTS" -published: true +draft: false --- # 📋 Манифест процесса сопровождения LANDAU |
