cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

87068dcdb9fa279e6fe620ecb4086f157090a0d0

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-08-11T21:22:19Z

Close the space before the full stop

The link's closing brackets were followed by a space, so the sentence ended
"through time ." on the page. Left over from removing something, most likely.

No others like it in the corpus.
 content/blog/2021-04-23-php-comment-system.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2021-04-23-php-comment-system.org b/content/blog/2021-04-23-php-comment-system.org
index f2b49de..5baf04a 100644
--- a/content/blog/2021-04-23-php-comment-system.org
+++ b/content/blog/2021-04-23-php-comment-system.org
@@ -44,7 +44,7 @@ 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 Brandur,
 in his post entitled [[https://brandur.org/fragments/graceful-degradation-time][Blog with Markdown + Git, and degrade gracefully through
-time]] .
+time]].
 
 This means I cannot rely on a database for comments, since I do not rely on a
 database for any other part of my websites.