aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/src/templates/partials/copyright.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/templates/partials/copyright.html')
-rw-r--r--docs/src/templates/partials/copyright.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/src/templates/partials/copyright.html b/docs/src/templates/partials/copyright.html
deleted file mode 100644
index 5da0dc4b..00000000
--- a/docs/src/templates/partials/copyright.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{#-
- 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>