footer.html 727 B

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