diff options
Diffstat (limited to 'content/posts/2022-12-30-comments.md')
-rw-r--r-- | content/posts/2022-12-30-comments.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/posts/2022-12-30-comments.md b/content/posts/2022-12-30-comments.md index c4bcdbd..6a90c52 100644 --- a/content/posts/2022-12-30-comments.md +++ b/content/posts/2022-12-30-comments.md @@ -2,6 +2,8 @@ title: "Comments" date: 2022-12-30T17:53:00Z draft: false +params: + comments: true --- I've added an extremely basic, probably insecure, comments form to my blog site. I've built it in Rust for practice. Code is [here](https://code.mfashby.net/martin/mfashby.net/src/branch/main/comments). |