From 031f17ab6c63bedd3a74932dbd081ba39d637c94 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Wed, 7 Oct 2020 22:46:21 +0200 Subject: [PATCH] filter drafts from blog list --- components/BlogList.js | 1 + lib/rss.js | 16 +++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/components/BlogList.js b/components/BlogList.js index 1257640..1400f44 100644 --- a/components/BlogList.js +++ b/components/BlogList.js @@ -16,6 +16,7 @@ const BlogList = ({ posts }) => {