Skip to content

Commit

Permalink
Update archetype.
Browse files Browse the repository at this point in the history
  • Loading branch information
claycle committed Jan 22, 2022
1 parent 1c161b0 commit 34bb1bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion themes/nta/archetypes/default.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
draft: true
title: '{{ replace .Name "-" " " | title }}'
description: Description of '{{ replace .Name "-" " " | title }}'
date: {{ .Date }}
subtitle: ''
draft: false
nocover: false
menu:
main:
Expand Down
3 changes: 2 additions & 1 deletion themes/nta/archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
draft: true
title: '{{ replace .Name "-" " " | title }}'
description: Description of '{{ replace .Name "-" " " | title }}'
date: {{ .Date }}
subtitle: ''
draft: false
nocover: false
menu:
main:
Expand Down

0 comments on commit 34bb1bf

Please sign in to comment.