| Scott Todd | 412fa4b | 2021-05-06 15:55:21 -0700 | [diff] [blame] | 1 | {% import "partials/language.html" as lang with context %} |
| 2 | |
| 3 | <!-- Footer --> |
| 4 | <footer class="md-footer"> |
| 5 | |
| 6 | <!-- The base theme links to previous and/or next page, we omit that here. --> |
| 7 | |
| 8 | <!-- Further information --> |
| 9 | <div class="md-footer-meta md-typeset"> |
| 10 | <div class="md-footer-meta__inner md-grid"> |
| 11 | |
| 12 | <!-- Copyright and theme information --> |
| 13 | <div class="md-footer-copyright"> |
| 14 | {% if config.copyright %} |
| 15 | <div class="md-footer-copyright__highlight"> |
| 16 | {{ config.copyright }} |
| 17 | </div> |
| 18 | {% endif %} |
| 19 | Made with |
| 20 | <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"> |
| 21 | Material for MkDocs |
| 22 | </a> |
| 23 | {{ extracopyright }} |
| 24 | </div> |
| 25 | |
| 26 | <!-- Social links --> |
| 27 | {% include "partials/social.html" %} |
| 28 | </div> |
| 29 | </div> |
| 30 | </footer> |