view mercurial/templates/gitweb/footer.tmpl @ 51965:145f66ea1664

branchmap: use the proper experimental name in cacheutil Otherwise they are not properly copied around.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 25 Sep 2024 16:38:31 +0200
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>