post tag command

This commit is contained in:
Nathan McCarty 2025-02-08 23:58:10 -05:00
parent e05269b9a3
commit 7a5ef790f3
2 changed files with 29 additions and 1 deletions

View file

@ -37,7 +37,7 @@ DateTime:D @.edited-at
#| An optional list of extra slugs to use for this post
has Str:D @.slugs is json = [];
#| An optional list of tags for this post
has Str:D @.tags is json = [];
has Str:D @.tags is rw is json = [];
#| Should the post be hidden from the main list
has Bool:D $.hidden is json is rw = False;