footer.html 894 B

12345678910111213141516171819202122232425262728293031323334
  1. ---
  2. title: Footer
  3. layout: documentation
  4. hide_categories: true
  5. doc-tab: layout
  6. doc-subtab: footer
  7. breadcrumb:
  8. - home
  9. - documentation
  10. - layout
  11. - layout-footer
  12. ---
  13. {% capture footer_example %}
  14. <footer class="footer">
  15. <div class="container">
  16. <div class="content has-text-centered">
  17. <p>
  18. <strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
  19. <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content
  20. is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
  21. </p>
  22. </div>
  23. </div>
  24. </footer>
  25. {% endcapture %}
  26. {% include layout/main-close.html show_categories=true %}
  27. {% include elements/snippet.html content=footer_example horizontal=true more=true fullwidth=true %}
  28. {% include layout/main-open.html %}
  29. {% include elements/variables.html %}