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, 16 insertions, 0 deletions
diff --git a/docs/src/templates/partials/copyright.html b/docs/src/templates/partials/copyright.html
new file mode 100644
index 00000000..5da0dc4b
--- /dev/null
+++ b/docs/src/templates/partials/copyright.html
@@ -0,0 +1,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>