From 84c201c6e16f21cb1e9e45d95ab34df224956d9c Mon Sep 17 00:00:00 2001 From: Charlotte Allen Date: Mon, 3 Feb 2020 12:55:15 -0800 Subject: [PATCH] Save posts as "edn" extension, rather than JSON. --- src/clj/shapey_shifty/posts/posts_io.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/shapey_shifty/posts/posts_io.clj b/src/clj/shapey_shifty/posts/posts_io.clj index 9900acf..3400590 100644 --- a/src/clj/shapey_shifty/posts/posts_io.clj +++ b/src/clj/shapey_shifty/posts/posts_io.clj @@ -3,7 +3,7 @@ [shapey-shifty.posts.core :as core] [shapey-shifty.authors.author-core :as author])) -(def post-filename "post.json") +(def post-filename "post.edn") (def base-posts-path "resources/posts") (defn create-path-by-date [year month day]