fix: Ending div tag in footer_items.html

This commit is contained in:
Faris Ansari 2019-09-02 23:41:13 +05:30 committed by GitHub
parent 99671a4604
commit cdc5b2e752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
{%- endfor -%}
</ul>
{%- else -%}
<div class="footer-group-label">{{ page.label }}<div>
<div class="footer-group-label">{{ page.label }}</div>
</a>
{%- endif -%}
</div>