From d637d186bb29752d181e7279343cbee920ac7512 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Sat, 25 Jan 2025 22:52:14 -0800 Subject: [PATCH] comments, re-indents, etc (nothing substantitive) --- staticman.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/staticman.yml b/staticman.yml index 0e5f58b..ab2fa98 100644 --- a/staticman.yml +++ b/staticman.yml @@ -11,7 +11,7 @@ comments: # When allowedOrigins is defined, only requests sent from one of the domains # listed will be accepted. - allowedOrigins: ["localhost", "blogtini.com"] + allowedOrigins: ["localhost", "blogtini.com", "traceypooh.github.io"] # (*) REQUIRED # @@ -27,7 +27,7 @@ comments: # to be used directly (e.g. a string, number or array) generatedFields: date: - type: date + type: "date" # The format of the generated data files. Accepted values are "json", "yaml" # or "frontmatter"