change archetypes
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
+++
|
---
|
||||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
date = "{{ .Date }}"
|
date: {{ .Date }}
|
||||||
draft = true
|
draft: true
|
||||||
tags = []
|
---
|
||||||
topics = []
|
|
||||||
description = ""
|
|
||||||
+++
|
|
||||||
|
|||||||
8
archetypes/post.md
Normal file
8
archetypes/post.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
tags: []
|
||||||
|
categories: []
|
||||||
|
description: ""
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user