Mercurial > piecrust2
view tests/bakes/test_data_provider.yaml @ 607:c67dcc0fa80f
admin: Prompt the user for a commit message when committing a page.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 27 Jan 2016 22:47:24 -0800 |
parents | 879b6b5647a8 |
children | 894d286b348f |
line wrap: on
line source
--- in: pages/foo.md: | Foo! pages/bar.md: | Bar! pages/allpages.md: | {% for p in site.pages -%} {{p.url}} {% endfor %} outfiles: allpages.html: | / /allpages.html /bar.html /foo.html