view mercurial/templates/gitweb/footer.tmpl @ 51659:d15922c41e08 stable tip

rust: use `cpython` 0.7.2 crate to add support for Python 3.12 This will give us more headroom until we can migrate to PyO3 some day.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 08 Jul 2024 16:02:54 +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>