updates templates with new capabilities

This commit is contained in:
2026-03-06 19:04:02 -07:00
parent cf3f8b0aea
commit e42baf3ca9
3 changed files with 13 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
{% block page %}code{% endblock page %}
{% block breadcrumbs %}
<a href="/">{{ owner }}</a>/<a href="/">{{ repo }}</a>/<a href="/">{{ branch }}</a>
<a href="/~{{ owner }}">{{ owner }}</a>/<a href="/~{{ owner }}/{{ repo }}">{{ repo }}</a>/<a href="/">{{ branch }}</a>
{% endblock breadcrumbs %}
{% block content %}
@@ -19,7 +19,7 @@
{% block entries_list %}
{% for entry in entries %}
<tr>
<td><a class={{ entry.class }} href="/">{{ entry.path }}</a></td>
<td><a class={{ entry.class }} href="./{{ entry.path }}">{{ entry.path }}</a></td>
<td><a class=commit href="./?commit={{ entry.last_commit }}">
{{ entry.last_commit_message }}
</a></td>