Special post handling
This commit is contained in:
parent
c0780047bf
commit
3d2d1f897e
9 changed files with 24 additions and 5 deletions
|
@ -43,6 +43,8 @@ has Str:D @.tags is rw is json = [];
|
|||
has Bool:D $.hidden is json is rw = False;
|
||||
#| An optional link to the source code for the post
|
||||
has Str $.source-code is rw is json;
|
||||
#| Special posts follow different rendering rules
|
||||
has Bool:D $.special is json is rw = False;
|
||||
|
||||
#| Get the title for this post, intended to be extracted from whatever
|
||||
#| document produced it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue