From 3e25ecb1a1013c1f51fe257460bfba64bea18dec Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 4 Mar 2021 07:34:31 +0300 Subject: change publish date format string --- org-publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org-publish.el') diff --git a/org-publish.el b/org-publish.el index 872b33d..45b9fdf 100755 --- a/org-publish.el +++ b/org-publish.el @@ -115,7 +115,7 @@ PUB-DIR is when the output will be placed." (defun carbs/format-date-subtitle (file project) "Format the date found in FILE of PROJECT." - (format-time-string "posted on %Y-%m-%d" (org-publish-find-date file project))) + (format-time-string "posted on %b %d, %y" (org-publish-find-date file project))) (defun carbs--pre/postamble-format (type) "Return the content for the pre/postamble of TYPE." -- cgit v1.2.3