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

@@ -66,7 +66,7 @@
<li><a class=dashboardButton href="/">
<span class=collapse>dashboard</span>
</a></li>
<li><a class=profileButton href="/{{ user }}">
<li><a class=profileButton href="/~{{ user }}">
<span class=collapse>profile</span>
</a>
</li>
@@ -94,7 +94,7 @@
viewing
<span class=linkedPath>
{% block breadcrumbs %}
<a href="/">{{ owner }}</a>/<a href="/">{{ repo }}</a>
<a href="/~{{ owner }}">{{ owner }}</a>/<a href="/~{{ owner }}/{{ repo }}">{{ repo }}</a>
{% endblock breadcrumbs %}
</span>
</span>