summaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index 352c88f..2df1457 100644
--- a/publish.el
+++ b/publish.el
@@ -47,7 +47,7 @@
</div>
"))
:auto-sitemap t
- :sitemap-sort-files "chronologically"
+ :sitemap-sort-files 'anti-chronologically
:sitemap-title "Matthew's Blog Posts"
:sitemap-format-entry (lambda (entry style project) (get-org-file-title entry style project))
:sitemap-function (lambda (title list) (my-sitemap-function title list))