aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-14 19:19:35 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-14 19:19:35 -0500
commit0008025531aa5496ca8d3e0a3150332ded36453b (patch)
treece84ad43fba4961ff6a866a0aec92a76b91d09d3 /publish.el
parent7a54dbd769583792a3ef7f82f506d28b2881c0bc (diff)
fix formatting
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 2437b31..4e194d1 100644
--- a/publish.el
+++ b/publish.el
@@ -12,7 +12,7 @@
(defun my/org-publish-org-sitemap-format (entry style project)
"custom sitemap entry formatting: add date"
(cond ((not (directory-name-p entry))
- (format "(%s)[[file:%s][%s]]\n"
+ (format "(%s) [[file:%s][%s]]\n"
(format-time-string "%Y-%m-%d"
(org-publish-find-date entry project))
entry