Mercurial > hg
view templates/gitweb/footer.tmpl @ 6899:56a7a54e074f
store: simplify walking
- fold in main walking function
- eliminate recursion (especially recursive yielding!)
- eliminate default args
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 13 Aug 2008 20:18:43 -0500 |
parents | 345a23eca8f6 |
children |
line wrap: on
line source
<div class="page_footer"> <div class="page_footer_text">{repo|escape}</div> <div class="rss_logo"> <a href="{url}rss-log">RSS</a> <a href="{url}atom-log">Atom</a> </div> <br /> {motd} </div> </body> </html>