Description generation
This commit is contained in:
parent
804b51aaa6
commit
ce364c01d8
6 changed files with 102 additions and 33 deletions
|
@ -53,3 +53,8 @@ method all-slugs(--> Array[Str:D]) {
|
|||
|
||||
#| Render this post to an html body
|
||||
method render-html(--> Str:D) {...}
|
||||
|
||||
#| Get the description for this post, returning nil if there is none
|
||||
method description(--> Str) {
|
||||
Nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue