Simply comes with different header and footer styles.
Footer
Simply Comes with two page header styles
Footer Default

The default footer comes using the following style.
- Copyright is on the left side
- The secondary menu is in the center
- The icons of social networks is located on the right side
Footer Dark

- About the page on the left side
- Social media icons below about us
- A list of tags in the center
- A subscription form on the right side
- Copyright is on the left side
- Secondary menu on the right side
Edit the file default.hbs
and uncomment {{>"layout/footer-dark"}}
{{!-- Footer Default ./partials/layout/footer.hbs --}}
{{!-- {{>"layout/footer"}} --}}
{{!-- Footer - dark ./partials/layout/footer-dark.hbs --}}
{{>"layout/footer-dark"}}
{{!-- Footer Not Menu ./partials/layout/footer-not-menu.hbs --}}
{{!-- {{>"layout/footer-not-menu"}} --}}
Footer Not Menu
- Title or Logo is on the left side
- Social media buttons are after the logo on the left side
- Copyright is on the right side
Edit the file default.hbs
and uncomment {{>"layout/footer-not-menu"}}
{{!-- Footer Default ./partials/layout/footer.hbs --}}
{{!-- {{>"layout/footer"}} --}}
{{!-- Footer - dark ./partials/layout/footer-dark.hbs --}}
{{!-- {{>"layout/footer-dark"}} --}}
{{!-- Footer Not Menu ./partials/layout/footer-not-menu.hbs --}}
{{>"layout/footer-not-menu"}}