Save posts as "edn" extension, rather than JSON.

This commit is contained in:
Charlotte Allen 2020-02-03 12:55:15 -08:00
parent be0aeeb80d
commit 84c201c6e1
1 changed files with 1 additions and 1 deletions

View File

@ -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]