summaryrefslogtreecommitdiffstatshomepage
path: root/docs/src/templates/partials/copyright.html
blob: 5da0dc4ba337f1a925e6fd4979d1fc1239157b21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{#-
  This file was automatically generated - do not edit
-#}
<div class="md-copyright">
  {% if config.copyright %}
    <div class="md-copyright__highlight">
      {{ config.copyright }}
    </div>
  {% endif %}
  {% if not config.extra.generator == false %}
    Made with
    <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
      Material for MkDocs
    </a>
  {% endif %}
</div>