aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2021-04-23-php-comment-system.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-06-03 16:20:44 -0500
committerChristian Cleberg <[email protected]>2025-06-03 16:20:44 -0500
commite7963b42bb8c4ea605c40c750ef1623ed0781c1f (patch)
tree17046316bff842db6ce172908d9404934ed14364 /content/blog/2021-04-23-php-comment-system.org
parent17cd144a1e3a674ced5ddb11d239aeb0388fb3b6 (diff)
downloadcleberg.net-e7963b42bb8c4ea605c40c750ef1623ed0781c1f.tar.gz
cleberg.net-e7963b42bb8c4ea605c40c750ef1623ed0781c1f.tar.bz2
cleberg.net-e7963b42bb8c4ea605c40c750ef1623ed0781c1f.zip
feat(blog): add filetags to all posts
Diffstat (limited to 'content/blog/2021-04-23-php-comment-system.org')
-rw-r--r--content/blog/2021-04-23-php-comment-system.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/blog/2021-04-23-php-comment-system.org b/content/blog/2021-04-23-php-comment-system.org
index 69a34a1..de77382 100644
--- a/content/blog/2021-04-23-php-comment-system.org
+++ b/content/blog/2021-04-23-php-comment-system.org
@@ -2,6 +2,7 @@
#+title: Build Your Own Lightweight PHP Static Comment System
#+description: Learn how to create a privacy-focused, lightweight static commenting system using PHP that requires no JavaScript or external services. Perfect for static blogs and sites seeking simple server-side comments.
#+slug: php-comment-system
+#+filetags: :php:comments:static:
* The Terrible-ness of Commenting Systems