From 6a81e64b64fc1afdc028b4c7d7cdb4addf72ecc4 Mon Sep 17 00:00:00 2001 From: azureazure Date: Sat, 20 Dec 2025 22:10:49 +0100 Subject: add and fill out links and contact pages --- build-site.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-site.el') diff --git a/build-site.el b/build-site.el index 4cc16eb..2d7eedc 100644 --- a/build-site.el +++ b/build-site.el @@ -14,7 +14,7 @@ (let ((filename (org-publish-find-title entry project)) (date (org-publish-find-date entry project))) (format "%s - [[file:%s][%s]]" - (format-time-string "[%F %a]" date) + (format-time-string "%F" date) entry filename))) -- cgit v1.2.3