Update archetypes.

This commit is contained in:
tastytea 2020-12-27 20:36:59 +01:00
parent 2a99951897
commit 950eaa0524
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 3 additions and 15 deletions

View File

@ -1,5 +1,6 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
slug: {{ replace .TranslationBaseName "_" "-" | urlize }}
description: null
date: {{ .Date }}
type: {{ .Type }}
@ -10,4 +11,5 @@ tags:
-
series:
-
toc: false
---

View File

@ -5,11 +5,11 @@ description: null
date: {{ .Date }}
type: {{ .Type }}
draft: true
menu: main
categories:
- General
tags:
-
series:
-
toc: false
---

View File

@ -1,14 +0,0 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
slug: {{ replace .TranslationBaseName "_" "-" | urlize }}
description: null
date: {{ .Date }}
type: {{ .Type }}
draft: true
categories:
- General
tags:
-
series:
-
---