Add post source code tag
This commit is contained in:
parent
f887be396b
commit
dcc6799e6f
5 changed files with 46 additions and 4 deletions
|
@ -41,6 +41,8 @@ has Str:D @.slugs 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;
|
||||
#| An optional link to the source code for the post
|
||||
has Str $.source-code is rw is json;
|
||||
|
||||
#| 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