Skip to content

Commit

Permalink
adds home link to gazettes breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
actlikewill committed Aug 13, 2024
1 parent 16cad70 commit 394e2ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions peachjam/templates/peachjam/gazette_year.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<div class="container">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="{% url 'home_page' %}">{% trans 'Home' %}</a>
</li>
<li class="breadcrumb-item">
<a href="{% url 'gazettes' %}">{% trans 'Gazettes' %}</a>
</li>
Expand Down

0 comments on commit 394e2ec

Please sign in to comment.