seitime-frappe/frappe/templates/includes/footer/footer.html
Faris Ansari 40a0c69255 feat: Footer
- Split footer in files
- Footer grouped links styling
- Put footer logo and extension in one row
- Delete unused footer_items.html
- Uncheck Right when adding Footer Items in Website Settings
2020-09-03 13:58:22 +05:30

12 lines
377 B
HTML

<footer class="web-footer">
<div class="container">
{% include "templates/includes/footer/footer_logo_extension.html" %}
{% if footer_items -%}
{% include "templates/includes/footer/footer_grouped_links.html" %}
{% endif %}
{% include "templates/includes/footer/footer_links.html" %}
{% include "templates/includes/footer/footer_info.html" %}
</div>
</footer>