From e147a6c86384bba150d3710d8556716f3a311c0e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Aug 2020 09:01:52 -0300 Subject: Add default date and lang to templates --- templates/post.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/post.md') diff --git a/templates/post.md b/templates/post.md index e023b58..31d18fe 100644 --- a/templates/post.md +++ b/templates/post.md @@ -1,7 +1,7 @@ --- title: FIXME -date: FIXME +date: 1970-01-01 layout: post -lang: FIXME +lang: en ref: FIXME --- -- cgit v1.2.3