comparison static/tpl/category.html @ 113:74eb145eb839

Fixed some problems with URLs in the front-end.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Nov 2013 08:36:02 -0800
parents 13249e5ca51c
children
comparison
equal deleted inserted replaced
112:a65cedc183d6 113:74eb145eb839
5 <section> 5 <section>
6 {{content}} 6 {{content}}
7 <h2>Pages in category "{{query.category}}"</h2> 7 <h2>Pages in category "{{query.category}}"</h2>
8 <ul class="list-category"> 8 <ul class="list-category">
9 {{#each pages}} 9 {{#each pages}}
10 <li><a href="/#/read/{{url}}">{{title}}</a></li> 10 <li><a href="{{get_read_url url}}">{{title}}</a></li>
11 {{/each}} 11 {{/each}}
12 </ul> 12 </ul>
13 </section> 13 </section>
14 <footer> 14 <footer>
15 </footer> 15 </footer>