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}}"
|
title: "Index — {{GENOME_NAME}}"
|
||||||
type: index
|
type: index
|
||||||
domain: {{GENOME_NAME}}
|
domain: {{GENOME_NAME}}
|
||||||
|
maturity: stable
|
||||||
last_updated: {{DATE}}
|
last_updated: {{DATE}}
|
||||||
private: false
|
private: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
title: "Operations Log — {{GENOME_NAME}}"
|
title: "Operations Log — {{GENOME_NAME}}"
|
||||||
type: log
|
type: log
|
||||||
domain: {{GENOME_NAME}}
|
domain: {{GENOME_NAME}}
|
||||||
|
maturity: stable
|
||||||
|
last_updated: {{DATE}}
|
||||||
private: false
|
private: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue