From 1eeef4820dbd312f5e67673ccec745d620b194a3 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Wed, 15 May 2019 21:19:33 +0200 Subject: Add "unlisted" header to hide posts from listing --- _drafts/test.md | 7 +++++++ index.html | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 _drafts/test.md diff --git a/_drafts/test.md b/_drafts/test.md new file mode 100644 index 0000000..24a3a93 --- /dev/null +++ b/_drafts/test.md @@ -0,0 +1,7 @@ +--- +title: Trying out unlisted posts +layout: post +unlisted: true +--- + +This is me trying out "private" posts... diff --git a/index.html b/index.html index 8e063b3..844ab4f 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,11 @@ layout: default