diff options
author | EuAndreh <eu@euandre.org> | 2020-08-31 09:01:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-31 09:01:52 -0300 |
commit | e147a6c86384bba150d3710d8556716f3a311c0e (patch) | |
tree | 7f4b8cdbfef266f8dada108397faac73547ff071 /templates | |
parent | styles.css: Add custom style for blockquotes (diff) | |
download | euandre.org-e147a6c86384bba150d3710d8556716f3a311c0e.tar.gz euandre.org-e147a6c86384bba150d3710d8556716f3a311c0e.tar.xz |
Add default date and lang to templates
Diffstat (limited to 'templates')
-rw-r--r-- | templates/post.md | 4 | ||||
-rw-r--r-- | 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 --- |