diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-10-31 00:39:43 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-10-31 00:39:43 +0200 |
commit | 320c5d4ba6cbe784d0c0f211c898cf051a5228b3 (patch) | |
tree | 1301a57221f72c7f0363c343e3b1f1a5f0071ded /wwwroot/blog/my-third-blog-entry.json | |
parent | 60f5f5538c4bfd9582c0bba648b317ff3ce4b1f8 (diff) |
Format createDate and publishDate with std::strftime().
* Disallow access to any blog entry individually.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'wwwroot/blog/my-third-blog-entry.json')
-rw-r--r-- | wwwroot/blog/my-third-blog-entry.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |