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> </div>
{{ link.subtitle }} {{ link.subtitle }}
</div> </div>
</span>
</a> </a>
{% unless forloop.last %} {% unless forloop.last %}
<hr class="navbar-divider {% if forloop.first %}{% endif %}"> <hr class="navbar-divider {% if forloop.first %}{% endif %}">

View File

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