chore: Update genome templates with new frontmatter fields

This commit is contained in:
Matteo Cherubini 2026-05-09 11:34:20 +02:00
parent 0cb6e1a929
commit c807b0f732
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@
title: "Index — {{GENOME_NAME}}"
type: index
domain: {{GENOME_NAME}}
maturity: stable
last_updated: {{DATE}}
private: false
---

View file

@ -2,6 +2,8 @@
title: "Operations Log — {{GENOME_NAME}}"
type: log
domain: {{GENOME_NAME}}
maturity: stable
last_updated: {{DATE}}
private: false
---