aboutsummaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-11 16:18:39 -0500
committerChristian Cleberg <[email protected]>2026-08-11 20:35:15 -0500
commit92706a3264ffc4562066ef98e0b2bf4a3a9dcb45 (patch)
treecc40c30e3e7455a6cb57696a4f8670850582161f /content/blog
parent3239e8978f879af87a928866163173f66127e9f1 (diff)
downloadcleberg.net-92706a3264ffc4562066ef98e0b2bf4a3a9dcb45.tar.gz
cleberg.net-92706a3264ffc4562066ef98e0b2bf4a3a9dcb45.tar.bz2
cleberg.net-92706a3264ffc4562066ef98e0b2bf4a3a9dcb45.zip
Drop the org-cite citation from the PHP comments post
`[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.
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/2021-04-23-php-comment-system.org2
1 files changed, 1 insertions, 1 deletions
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 =<form>= 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]] .