Update archetypes.
This commit is contained in:
parent
2a99951897
commit
950eaa0524
|
@ -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
|
||||
---
|
||||
|
|
|
@ -5,11 +5,11 @@ description: null
|
|||
date: {{ .Date }}
|
||||
type: {{ .Type }}
|
||||
draft: true
|
||||
menu: main
|
||||
categories:
|
||||
- General
|
||||
tags:
|
||||
-
|
||||
series:
|
||||
-
|
||||
toc: false
|
||||
---
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
slug: {{ replace .TranslationBaseName "_" "-" | urlize }}
|
||||
description: null
|
||||
date: {{ .Date }}
|
||||
type: {{ .Type }}
|
||||
draft: true
|
||||
categories:
|
||||
- General
|
||||
tags:
|
||||
-
|
||||
series:
|
||||
-
|
||||
---
|
Reference in New Issue
Block a user