chore: Update genome templates with new frontmatter fields
This commit is contained in:
parent
0cb6e1a929
commit
c807b0f732
2 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
title: "Index — {{GENOME_NAME}}"
|
||||
type: index
|
||||
domain: {{GENOME_NAME}}
|
||||
maturity: stable
|
||||
last_updated: {{DATE}}
|
||||
private: false
|
||||
---
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
title: "Operations Log — {{GENOME_NAME}}"
|
||||
type: log
|
||||
domain: {{GENOME_NAME}}
|
||||
maturity: stable
|
||||
last_updated: {{DATE}}
|
||||
private: false
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue