diff options
-rw-r--r-- | publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ (gethash "url" (gethash "right" webring)) (gethash "name" (gethash "right" webring)))) -(defun my-org-html-postamble () +(defun my-org-html-postamble (plist) (format "Last update : %s" (format-time-string "%d %b %Y"))) (defun my/org-publish-org-sitemap-format (entry style project) |