From 0e1a17ac433997cb9a2344327a2d77c2584b9adb Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Tue, 26 Jan 2021 09:48:01 +0100 Subject: [PATCH] Use underscores to signal draft --- components/BlogList.js | 4 +++- content/posts/2021-01-07-delete-facebook.md | 1 - content/posts/2021-01-11-100daystooffload.md | 1 - content/posts/2021-01-11-are-humans-still-evolving.md | 1 - content/posts/2021-01-13-512kb-club.md | 1 - content/posts/2021-01-15-compiling-your-own-kernel.md | 1 - content/posts/2021-01-18-reasons-the-fediverse-is-better.md | 1 - content/posts/2021-01-23-signal-to-noise.md | 1 - ...2021-01-14-diy-software.md => _2021-01-14-diy-software.md} | 1 - ...22-library-of-babel.md => _2021-01-22-library-of-babel.md} | 1 - ...trategies.md => _2021-01-25-kotlin-refactor-strategies.md} | 1 - 11 files changed, 3 insertions(+), 11 deletions(-) rename content/posts/{2021-01-14-diy-software.md => _2021-01-14-diy-software.md} (96%) rename content/posts/{2021-01-22-library-of-babel.md => _2021-01-22-library-of-babel.md} (97%) rename content/posts/{2021-01-25-kotlin-refactor-strategies.md => _2021-01-25-kotlin-refactor-strategies.md} (99%) diff --git a/components/BlogList.js b/components/BlogList.js index 1400f44..c5fe8eb 100644 --- a/components/BlogList.js +++ b/components/BlogList.js @@ -11,12 +11,14 @@ function truncateSummary(content) { } const BlogList = ({ posts }) => { + console.log(posts); return ( <>