Skip to content

Commit

Permalink
update archtype templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist committed Jun 25, 2021
1 parent a288c20 commit dd3ec00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
+++
title = "{{ replace .Name "-" " " | title }}"
author = ""
description = ""
date = {{ .Date }}
draft = true
Expand Down
1 change: 1 addition & 0 deletions archetypes/page.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
author: ""
date: {{ .Date }}
description: ""
comment: true
Expand Down

0 comments on commit dd3ec00

Please sign in to comment.