Page header should be wrote by toml style #36

This commit is contained in:
koirand 2019-03-30 23:19:25 +09:00
parent 99d1d0b771
commit 5b5a681f5a
6 changed files with 31 additions and 31 deletions

View file

@ -1,6 +1,6 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ dateFormat "2006-01-02T15:04:05Z07:00" .Date }}
draft: true
images: []
---
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = "{{ dateFormat "2006-01-02T15:04:05Z07:00" .Date }}"
draft = true
images = []
+++