Fix stray end tags on website

This commit is contained in:
Donovan Glover 2021-10-19 16:28:45 -04:00 committed by Jeremy Thomas
parent d85b492e3b
commit f836eba12e
2 changed files with 1 additions and 2 deletions

View File

@ -62,7 +62,6 @@
</div>
{{ link.subtitle }}
</div>
</span>
</a>
{% unless forloop.last %}
<hr class="navbar-divider {% if forloop.first %}{% endif %}">

View File

@ -61,5 +61,5 @@ route: documentation
{% endif %}
{% include components/anchors.html %}
</aide>
</aside>
</div>