Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmen La committed Nov 19, 2014
1 parent 9d0fc44 commit 2d8ea78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/new/cryogen/src/cryogen/compiler.clj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
:toc (if (:toc page-meta) (generate-toc content))}
(if is-post?
{:date (parse-post-date file-name)
:archive-group (.format (java.text.SimpleDateFormat. "yyyy MMMM" (java.util.Locale "en")) (parse-post-date file-name))
:archive-group (.format (java.text.SimpleDateFormat. "yyyy MMMM" (java.util.Locale. "en")) (parse-post-date file-name))
:uri (post-uri file-name config)
:tags (set (:tags page-meta))}
{:uri (page-uri file-name config)
Expand Down

0 comments on commit 2d8ea78

Please sign in to comment.