aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-12 08:32:02 -0300
committerEuAndreh <eu@euandre.org>2020-08-12 08:32:02 -0300
commit96e4ff48f84b7f2724d71959b80e808e15bbf51c (patch)
treeab3539fc31971024cc9dc791982d554a48c949c3 /templates
parentRevert "Assert all post refs end with '-post' and TIL refs end with -til" (diff)
downloadeuandre.org-96e4ff48f84b7f2724d71959b80e808e15bbf51c.tar.gz
euandre.org-96e4ff48f84b7f2724d71959b80e808e15bbf51c.tar.xz
Remove '-post' and '-til' postfix from templates/ ref
Diffstat (limited to 'templates')
-rw-r--r--templates/post.md2
-rw-r--r--templates/til.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/post.md b/templates/post.md
index d953683..e023b58 100644
--- a/templates/post.md
+++ b/templates/post.md
@@ -3,5 +3,5 @@ title: FIXME
date: FIXME
layout: post
lang: FIXME
-ref: FIXME-post
+ref: FIXME
---
diff --git a/templates/til.md b/templates/til.md
index e0c8f94..9ec910e 100644
--- a/templates/til.md
+++ b/templates/til.md
@@ -3,5 +3,5 @@ title: FIXME
date: FIXME
layout: til
lang: FIXME
-ref: FIXME-til
+ref: FIXME
---