aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-14 19:02:09 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-14 19:02:09 -0500
commit88f9648544abba9d8acb21d43b8a6e2e9cb4410e (patch)
tree345145f1829c12faba7d57b0df71a67b0643e4fa /publish.el
parentef09d60e444497a60a8617835bf23df4b695492f (diff)
idk
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 7047b4e..39a565c 100644
--- a/publish.el
+++ b/publish.el
@@ -14,7 +14,7 @@
(cond ((not (directory-name-p entry))
(format "[[file:%s][(%s) %s]]\n"
entry
- (format-time-string "%Y-%m-%d %T"
+ (format-time-string "%Y-%m-%d"
(org-publish-find-date entry project))
(org-publish-find-title entry project)))))