From c42cf8f5eceb613dc59aaf180031f0b349f6350b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 26 Dec 2021 13:08:34 -0700 Subject: [PATCH] Add an empty posts index file --- content/posts/_index.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 content/posts/_index.md diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..bd1f873 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,4 @@ +--- +title: "Posts" +description: "Posts" +--- \ No newline at end of file