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]