comparison tests/bakes/test_simple_categories.yaml @ 743:7705b3d981ca

templating: Make the 'categories' taxonomy use a 'pccaturl' function again.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 03 Jun 2016 20:21:58 -0700
parents 879b6b5647a8
children 45ad976712ec
comparison
equal deleted inserted replaced
742:9231172e3d81 743:7705b3d981ca
21 pages/_category.md: | 21 pages/_category.md: |
22 Pages in {{category}} 22 Pages in {{category}}
23 {% for p in pagination.posts -%} 23 {% for p in pagination.posts -%}
24 {{p.title}} 24 {{p.title}}
25 {% endfor %} 25 {% endfor %}
26 pages/link.md: 'Link: {{pccaturl("bar")}}'
26 pages/_index.md: '' 27 pages/_index.md: ''
27 out: 28 out:
28 index.html: '' 29 index.html: ''
29 '2015': 30 '2015':
30 '03': 31 '03':
32 post01.html: '' 33 post01.html: ''
33 '02': 34 '02':
34 post02.html: '' 35 post02.html: ''
35 '03': 36 '03':
36 post03.html: '' 37 post03.html: ''
38 link.html: 'Link: /cat/bar.html'
37 cat: 39 cat:
38 foo.html: | 40 foo.html: |
39 Pages in foo 41 Pages in foo
40 Post 03 42 Post 03
41 Post 01 43 Post 01