Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
den1slx committed Jun 6, 2023
1 parent 5365ef6 commit 1d02f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blog-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<h1>Blog details</h1>
<nav aria-label="breadcrumb" class="banner-breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="{% url 'index' %}">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Blog Details</li>
</ol>
</nav>
Expand Down

0 comments on commit 1d02f90

Please sign in to comment.