diff options
| author | Christian Cleberg <[email protected]> | 2026-08-11 16:18:39 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-11 16:18:39 -0500 |
| commit | 32cc6cbaa410edec0ab9f8b540f473c1dfd02f40 (patch) | |
| tree | cc40c30e3e7455a6cb57696a4f8670850582161f | |
| parent | 3c9514a6070d0fc0c4b2ffda2eef30981f266e54 (diff) | |
| download | cleberg.net-32cc6cbaa410edec0ab9f8b540f473c1dfd02f40.tar.gz cleberg.net-32cc6cbaa410edec0ab9f8b540f473c1dfd02f40.tar.bz2 cleberg.net-32cc6cbaa410edec0ab9f8b540f473c1dfd02f40.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.
| -rw-r--r-- | content/blog/2021-04-23-php-comment-system.org | 2 |
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]] . |
