diff options
author | EuAndreh <eu@euandre.org> | 2020-08-12 08:32:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-12 08:32:02 -0300 |
commit | 96e4ff48f84b7f2724d71959b80e808e15bbf51c (patch) | |
tree | ab3539fc31971024cc9dc791982d554a48c949c3 /templates | |
parent | Revert "Assert all post refs end with '-post' and TIL refs end with -til" (diff) | |
download | euandre.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.md | 2 | ||||
-rw-r--r-- | templates/til.md | 2 |
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 --- |