_footer.html 397 B

12345678910
  1. {# footer fragment #}
  2. <footer class="footer">
  3. <p>
  4. <small>&copy; {{ config.extra.copyright_year }} {{ config.extra.copyright_owner }}</small>
  5. <small>&bull; Website Code distributed under {{ config.extra.license_agpl }}</small>
  6. <small>&bull; Website Media licensed under {{ config.extra.license }}</small>
  7. <small>&bull; Version {{ config.extra.version }}</small>
  8. </p>
  9. </footer>