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 ++-- templates/til.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 --- diff --git a/templates/til.md b/templates/til.md index 9ec910e..f4493c0 100644 --- a/templates/til.md +++ b/templates/til.md @@ -1,7 +1,7 @@ --- title: FIXME -date: FIXME +date: 1970-01-01 layout: til -lang: FIXME +lang: en ref: FIXME --- -- cgit v1.2.3