Skip to content

Commit

Permalink
add link to Hexlet in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
richpeach-bot authored Aug 30, 2023
1 parent f18bdbb commit 07e532f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/components/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<div class="row">
<div class="col">
<li><a target="_blank" href="{% url 'contributors:about' %}">{% trans "About project" %}</a></li>
<li><a target="_blank" href="http://hexlet.io">Hexlet</a></li>
<li><a target="_blank" href="http://cv.hexlet.io">Hexlet CV</a></li>
<li><a target="_blank" href="http://sicp.hexlet.io">Hexlet SICP</a></li>
</div>
Expand Down

0 comments on commit 07e532f

Please sign in to comment.