diff options
| author | azureazure <azureazure@disroot.org> | 2025-12-20 22:10:49 +0100 |
|---|---|---|
| committer | azureazure <azureazure@disroot.org> | 2025-12-20 22:10:49 +0100 |
| commit | 6a81e64b64fc1afdc028b4c7d7cdb4addf72ecc4 (patch) | |
| tree | d7ed0bc80f94a5facf492060ccbe5e64c5ab2ac6 /build-site.el | |
| parent | 9ec83ec1f9a85aa5e631a9a2a053e5cdb8331d60 (diff) | |
| download | slimegirl.nexus-6a81e64b64fc1afdc028b4c7d7cdb4addf72ecc4.tar.gz | |
add and fill out links and contact pages
Diffstat (limited to 'build-site.el')
| -rw-r--r-- | build-site.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
