summaryrefslogtreecommitdiff
path: root/overrides/partials/copyright.html
blob: 3694ae20bab6a306204763e1f0ebbd0d4e44a427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{#-
  Credit the bartender.
-#}
  <div class="md-copyright">
    {% if config.copyright %}
      <!-- div class="md-copyright__highlight" -->
        {{ config.copyright }}
      <!-- /div -->
    {% endif %}
      Made by 
      <a href=https://bartender.digithink.com/>
        bartender.digithink.com
      </a> with
      <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
        Material for MkDocs. 
      </a>
  </div>