mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Fix stray end tags on website
This commit is contained in:
committed by
Jeremy Thomas
parent
d85b492e3b
commit
f836eba12e
@@ -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 %}">
|
||||||
|
|||||||
@@ -61,5 +61,5 @@ route: documentation
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include components/anchors.html %}
|
{% include components/anchors.html %}
|
||||||
</aide>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user