Mercurial > piecrust2
diff piecrust/data/paginationdata.py @ 833:cb39c0dbe5f0
Merge pull request #40 from GitHub.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 05 Feb 2017 22:42:18 -0800 |
parents | a12ad254176e |
children | 4850f8c21b6e cd236a6af9f6 |
line wrap: on
line diff
--- a/piecrust/data/paginationdata.py Sun Feb 05 22:37:25 2017 -0800 +++ b/piecrust/data/paginationdata.py Sun Feb 05 22:42:18 2017 -0800 @@ -45,7 +45,7 @@ self._setValue('date', page.datetime.strftime(date_format)) self._setValue('mtime', page.path_mtime) - assetor = Assetor(page, page_url) + assetor = page.source.buildAssetor(page, page_url) self._setValue('assets', assetor) segment_names = page.config.get('segments')