aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2022-12-30-comments.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2022-12-30-comments.md')
-rw-r--r--content/posts/2022-12-30-comments.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2022-12-30-comments.md b/content/posts/2022-12-30-comments.md
index 6a90c52..240d41d 100644
--- a/content/posts/2022-12-30-comments.md
+++ b/content/posts/2022-12-30-comments.md
@@ -1,9 +1,9 @@
---
-title: "Comments"
-date: 2022-12-30T17:53:00Z
-draft: false
-params:
- comments: true
+.title = "Comments",
+.author = "Martin Ashby",
+.date = @date("2022-12-30T17:53:00Z"),
+.layout = "single.html",
+.custom = {"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).