Mercurial > piecrust2
view tests/bakes/test_special_root.yaml @ 1148:0aeb6f18d6a0
bake: Don't crash if a source doesn't implement related items.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 10 Jul 2018 21:01:45 -0700 |
parents | 45ad976712ec |
children | 978ed6deea91 |
line wrap: on
line source
--- config: site: root: /~john/public/ in: pages/about.html: 'URL: {{page.url}}, LINK: {{pcurl("missing")}}' pages/_index.html: 'URL: {{page.url}}' outfiles: about.html: 'URL: /%7Ejohn/public/about.html, LINK: /%7Ejohn/public/missing.html' index.html: 'URL: /%7Ejohn/public/'