From 92706a3264ffc4562066ef98e0b2bf4a3a9dcb45 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Aug 2026 16:18:39 -0500 Subject: Drop the org-cite citation from the PHP comments post MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `[cite/t:@brandur]` needs a citation processor and a bibliography, and there is neither — so weblorg renders it as "?? (????)" on the live page today, and org-ssg leaves the source text visible. The sentence already links Brandur's post immediately after, so the citation was only supplying his name. Now it just says his name. Correct under either generator, and one less piece of machinery the site depends on for one word. --- content/blog/2021-04-23-php-comment-system.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/blog/2021-04-23-php-comment-system.org') diff --git a/content/blog/2021-04-23-php-comment-system.org b/content/blog/2021-04-23-php-comment-system.org index 4e22b9d..f2b49de 100644 --- a/content/blog/2021-04-23-php-comment-system.org +++ b/content/blog/2021-04-23-php-comment-system.org @@ -42,7 +42,7 @@ on the classic HTML =
= and a PHP script to save the comments somewhere? As it turns out, this was a perfect solution for me. The second issue for my personal use-case is that I am trying to keep the -contents of my website accessible over time, as described by [cite/t:@brandur], +contents of my website accessible over time, as described by Brandur, in his post entitled [[https://brandur.org/fragments/graceful-degradation-time][Blog with Markdown + Git, and degrade gracefully through time]] . -- cgit v1.2.3