Mercurial > wikked
diff static/tpl/special-orphans.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 | b03f083c3a29 |
children |
line wrap: on
line diff
--- a/static/tpl/special-orphans.html Sat Nov 16 08:35:08 2013 -0800 +++ b/static/tpl/special-orphans.html Sat Nov 16 08:36:02 2013 -0800 @@ -8,7 +8,7 @@ {{#if orphans}} <ul> {{#each orphans}} - <li><a href="/#/read/{{meta.url}}">{{meta.title}}</a></li> + <li><a href="{{get_read_url meta.url}}">{{meta.title}}</a></li> {{/each}} </ul> {{else}}