Files
itsy-gitsy/templates/repos.html
T

8 lines
253 B
HTML

<html>
<body style="font-family: monospace;">
{% for repo in repos -%}
<a href="{{repo.name}}/summary.html">{{ repo.name }}</a> ({{ts_to_date(ts=repo.history[0].ts_utc, tz=repo.history[0].ts_offset)}})<br/>
{% endfor -%}
</body>
</html>