aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-31 09:01:52 -0300
committerEuAndreh <eu@euandre.org>2020-08-31 09:01:52 -0300
commite147a6c86384bba150d3710d8556716f3a311c0e (patch)
tree7f4b8cdbfef266f8dada108397faac73547ff071
parentstyles.css: Add custom style for blockquotes (diff)
downloadeuandre.org-e147a6c86384bba150d3710d8556716f3a311c0e.tar.gz
euandre.org-e147a6c86384bba150d3710d8556716f3a311c0e.tar.xz
Add default date and lang to templates
-rw-r--r--templates/post.md4
-rw-r--r--templates/til.md4
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
---