aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-12 07:16:58 -0300
committerEuAndreh <eu@euandre.org>2020-08-12 07:16:58 -0300
commitf99df9104f9bc6f7d0c078cb95b919c67497a470 (patch)
tree1ad413e82c205a9b5676046125c08c05d5c82380 /templates
parent_layouts/til.html: Mirror _layouts/post.html content (diff)
downloadeuandre.org-f99df9104f9bc6f7d0c078cb95b919c67497a470.tar.gz
euandre.org-f99df9104f9bc6f7d0c078cb95b919c67497a470.tar.xz
Add post and TIL templates
Diffstat (limited to 'templates')
-rw-r--r--templates/post.md7
-rw-r--r--templates/til.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/templates/post.md b/templates/post.md
new file mode 100644
index 0000000..d953683
--- /dev/null
+++ b/templates/post.md
@@ -0,0 +1,7 @@
+---
+title: FIXME
+date: FIXME
+layout: post
+lang: FIXME
+ref: FIXME-post
+---
diff --git a/templates/til.md b/templates/til.md
new file mode 100644
index 0000000..e0c8f94
--- /dev/null
+++ b/templates/til.md
@@ -0,0 +1,7 @@
+---
+title: FIXME
+date: FIXME
+layout: til
+lang: FIXME
+ref: FIXME-til
+---