templates: rename nav block to breadcrumbs

This commit is contained in:
Sasha Koshka 2025-08-24 23:31:45 -04:00
parent 20e6d7328a
commit 27d82a2df5
Signed by: sashakoshka
GPG Key ID: 5F45CE982CB37401
2 changed files with 4 additions and 5 deletions

View File

@ -93,9 +93,9 @@
<span>
viewing
<span class=linkedPath>
{% block nav %}
{% block breadcrumbs %}
<a href="/">{{ owner }}</a>/<a href="/">{{ repo }}</a>
{% endblock nav %}
{% endblock breadcrumbs %}
</span>
</span>
<ul class=buttonList>

View File

@ -2,10 +2,9 @@
{% block page %}code{% endblock page %}
{% block nav %}
{% block breadcrumbs %}
<a href="/">{{ owner }}</a>/<a href="/">{{ repo }}</a>/<a href="/">{{ branch }}</a>
{% endblock nav %}
{% endblock breadcrumbs %}
{% block content %}
<div id=contentWrap>