Skip to content

Commit

Permalink
Fix wrong date format in filename of asc post example
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1ely committed Jan 28, 2015
1 parent 0692268 commit 8376cd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/new/cryogen.clj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
["resources/templates/md/posts/13-11-2014-docs.md" (render "md/posts/2014-12-11-docs.md")]
;;Asciidoc templates
["resources/templates/asc/pages/adoc-page.asc" (render "asc/pages/adoc-page.asc")]
["resources/templates/asc/posts/10-10-2014-adoc-post.asc" (render "asc/posts/10-10-2014-adoc-post.asc")]
["resources/templates/asc/posts/2014-10-10-adoc-post.asc" (render "asc/posts/2014-10-10-adoc-post.asc")]
;;config
["resources/templates/config.edn" (render "config.edn")]
;;namespaces
Expand Down

0 comments on commit 8376cd2

Please sign in to comment.