view tests/bakes/test_data_provider.bake @ 370:a1bbe66cba03

theme: Fix link to PieCrust documentation.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 03 May 2015 23:45:32 -0700
parents 4b1019bb2533
children
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