Add href to nav toggle (so mouse cursor changes)

This commit is contained in:
Oliver 2021-12-10 22:31:50 +11:00
parent ffe970d139
commit 8c018cf987

View File

@ -14,7 +14,7 @@
{% endblock %}
{% block breadcrumbs %}
<a id='sidetree-toggle' class="breadcrumb-item"><i class="fas fa-bars"></i></a>
<a href='#' id='sidetree-toggle' class="breadcrumb-item"><i class="fas fa-bars"></i></a>
{% if part %}
{% include "part/cat_link.html" with category=part.category part=part %}
{% else %}