diff options
Diffstat (limited to 'overrides/partials/copyright.html')
| -rw-r--r-- | overrides/partials/copyright.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/overrides/partials/copyright.html b/overrides/partials/copyright.html new file mode 100644 index 0000000..3694ae2 --- /dev/null +++ b/overrides/partials/copyright.html @@ -0,0 +1,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>
\ No newline at end of file |
