🚸 Remove slug and taxonomy from default archetype

pull/26/head
James Panther 2021-10-29 16:22:29 +11:00
parent 3db55c1f26
commit d156d83a7c
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 0 additions and 2 deletions

View File

@ -3,6 +3,4 @@ title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }} date: {{ .Date }}
draft: true draft: true
description: "" description: ""
slug: "{{ .File.BaseFileName }}"
topics: []
--- ---