diff options
Diffstat (limited to 'content/blog/2021-04-23-php-comment-system.org')
-rw-r--r-- | content/blog/2021-04-23-php-comment-system.org | 1 |
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 |