From 96e4ff48f84b7f2724d71959b80e808e15bbf51c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Aug 2020 08:32:02 -0300 Subject: Remove '-post' and '-til' postfix from templates/ ref --- templates/post.md | 2 +- templates/til.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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 --- -- cgit v1.2.3