change archetypes
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
draft = true
|
||||
tags = []
|
||||
topics = []
|
||||
description = ""
|
||||
+++
|
||||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
||||
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