From d156d83a7c554e6ade2d5dd898ee4b36a21d238e Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Fri, 29 Oct 2021 16:22:29 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Remove=20slug=20and=20taxonomy?= =?UTF-8?q?=20from=20default=20archetype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archetypes/default.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/archetypes/default.md b/archetypes/default.md index 09a04bbe..97f90a6b 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -3,6 +3,4 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true description: "" -slug: "{{ .File.BaseFileName }}" -topics: [] ---