comparison mercurial/templates/rss/bookmarks.tmpl @ 13858:1046cb663776 stable

hgweb: add missing bookmarks templates to atom/rss styles It's already referenced from paper style.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 03 Apr 2011 22:53:19 +0900
parents
children b8ede1f79126
comparison
equal deleted inserted replaced
13852:f911b1de5fa0 13858:1046cb663776
1 {header}
2 <title>{repo|escape}: bookmarks </title>
3 <description>{repo|escape} bookmark history</description>
4 {entries%bookmarkentry}
5 </channel>
6 </rss>