From 92ed66265854184f4de19a2b24256d3c248fdd81 Mon Sep 17 00:00:00 2001 From: Jon Winstanley Date: Mon, 26 Oct 2020 21:26:05 +0000 Subject: [PATCH] Code formatting --- README.md | 4 ++-- loader.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e536536..f96f557 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@

if you're happy and you know it, star this repo

-

- License + License

+


diff --git a/loader.ts b/loader.ts index 305f141..308234e 100644 --- a/loader.ts +++ b/loader.ts @@ -1,6 +1,7 @@ import matter from 'gray-matter'; import glob from 'glob'; import { globals } from './globals'; + export type PostData = { path: string; title: string;