Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
Added main link to the repository
  • Loading branch information
Markus-Goetz authored Oct 2, 2024
1 parent 175b571 commit 6a89ffb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions html/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@
<i class="bi bi-house-fill me-2"></i> Home
</a>
</li>
<li class="nav-item">
{% if active == "repository" %}
<a href="/WRI1030197" class="nav-link text-black p-3 active" aria-current="page">
{% else %}
<a href="/WRI1030197" class="nav-link text-black p-3">
{% endif %}
<i class="bi bi-clipboard-data-fill me-2"></i> WRI1030197
</a>
</li>
<li class="nav-item">
{% if active == "data" %}
<a href="/data" class="nav-link text-black p-3 active" aria-current="page">
Expand Down

0 comments on commit 6a89ffb

Please sign in to comment.