From 320c5d4ba6cbe784d0c0f211c898cf051a5228b3 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 31 Oct 2021 00:39:43 +0200 Subject: Format createDate and publishDate with std::strftime(). * Disallow access to any blog entry individually. Signed-off-by: Toni Uhlig --- wwwroot/blog/my-third-blog-entry.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wwwroot/blog/my-third-blog-entry.json') diff --git a/wwwroot/blog/my-third-blog-entry.json b/wwwroot/blog/my-third-blog-entry.json index 9682cd2..3478508 100644 --- a/wwwroot/blog/my-third-blog-entry.json +++ b/wwwroot/blog/my-third-blog-entry.json @@ -4,5 +4,6 @@ "author": "lns", "createDate": "24.02.1989 23:59", "publishDate": "31.12.2020 1:00", - "published": false + "published": false, + "accessAllowed": false } -- cgit v1.2.3