Skip to content

Commit

Permalink
Merge pull request #222 from ccsheller/master
Browse files Browse the repository at this point in the history
missing items : blog index and rss
  • Loading branch information
sillykelvin committed Aug 7, 2017
2 parents fa4e866 + 5bdca11 commit 50430ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-export.el
Expand Up @@ -384,7 +384,7 @@ is the list of all file attribute property lists. PUB-BASE-DIR is the root
publication directory."
(let ((sort-alist (op/rearrange-category-sorted file-attr-list))
(id 0)
(recent-posts (seq-take (sort file-attr-list
(recent-posts (seq-take (sort (copy-sequence file-attr-list)
(lambda (a b)
(string-lessp (plist-get b :date)
(plist-get a :date))))
Expand Down

0 comments on commit 50430ab

Please sign in to comment.