Change post template.

This commit is contained in:
tastytea 2019-11-25 07:35:22 +01:00
parent 5f80f02a53
commit 70b81fb9c8
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
date: "{{ .Date }}"
title: "{{ replace .TranslationBaseName "-" " " | title }}"
description: null
date: {{ .Date }}
type: {{ .Type }}
draft: true
tags: [""]
tags:
-
---