From ed48bcf544d362ef2f34b4ee0bc68b301ed10acb Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Mon, 13 Nov 2023 21:05:53 +0100 Subject: [PATCH] Add post directory config file --- src/posts/posts.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/posts/posts.json diff --git a/src/posts/posts.json b/src/posts/posts.json new file mode 100644 index 0000000..bfcdd2f --- /dev/null +++ b/src/posts/posts.json @@ -0,0 +1,3 @@ +{ + "layout": "post" +} \ No newline at end of file