view mercurial/templates/gitweb/footer.tmpl @ 38270:630c62804383

templater: inline unwraphybrid() flatten() is the solo user of this function.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 21 Mar 2018 12:28:12 +0900
parents eb7de21b15be
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|urlescape}rss-log">RSS</a>
<a href="{url|urlescape}atom-log">Atom</a>
</div>
<br />
{motd}
</div>
</body>
</html>