mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
parent
58e817cb0f
commit
652eb3686f
6 changed files with 46 additions and 16 deletions
|
|
@ -328,6 +328,11 @@ class Article(Page):
|
|||
default_template = 'article'
|
||||
|
||||
|
||||
class Draft(Page):
|
||||
mandatory_properties = ('title', 'category')
|
||||
default_template = 'article'
|
||||
|
||||
|
||||
class Quote(Page):
|
||||
base_properties = ('author', 'date')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue