~joram/joram.io

71e5896a216cbbd4cf14711531aa487a85c01a70 — Joram Schrijver 4 years ago 913a015
Fix the ATOM feed sort order
1 files changed, 1 insertions(+), 1 deletions(-)

M generate.lisp
M generate.lisp => generate.lisp +1 -1
@@ 74,7 74,7 @@
  (let ((plump:*tag-dispatchers* plump:*xml-tags*))
    (clip:process #p"templates/atom.ctml"
                  :url url
                  :newest-timestamp (apply #'timestamp-minimum
                  :newest-timestamp (apply #'timestamp-maximum
                                           (map 'list #'post-published posts))
                  :posts posts)))