aboutsummaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
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 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.