Mercurial > piecrust2
changeset 1090:2e269c02ab97
page: Let sources like prose override the title.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 16 Feb 2018 00:17:36 -0800 |
parents | a4d7ff2cdc5c |
children | 306e6c104dbd |
files | piecrust/page.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/page.py Fri Feb 16 00:14:27 2018 -0800 +++ b/piecrust/page.py Fri Feb 16 00:17:36 2018 -0800 @@ -19,7 +19,6 @@ super(PageConfiguration, self).__init__(values, validate) def _validateAll(self, values): - values.setdefault('title', '') values.setdefault('content_type', 'html') ppp = values.get('posts_per_page') if ppp is not None: