aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-14 17:25:37 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-14 17:25:37 -0500
commit1ffa12513c3796588ccca3dea7997fd205cf209c (patch)
tree2831bedf8c88bfc9f1aedccaaa1c7a3a7ac7ad49
parent024d93d9531a219eacad23b00e40cff2fe6bd801 (diff)
make it a literal
-rw-r--r--publish.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.el b/publish.el
index 3107758..37a10de 100644
--- a/publish.el
+++ b/publish.el
@@ -45,7 +45,7 @@
:html-postamble nil
:auto-sitemap t
:sitemap-filename "index.org"
- :sitemap-sort-files "anti-chronologically"
+ :sitemap-sort-files anti-chronologically
:sitemap-title "Blog")
("org-config"
:base-directory "~/.doom.d/"