aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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