post tag command
This commit is contained in:
parent
e05269b9a3
commit
7a5ef790f3
2 changed files with 29 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue