diff --git a/docs/_theme/partials/copyright.html b/docs/_theme/partials/copyright.html
new file mode 100644
index 000000000..cfbfd5444
--- /dev/null
+++ b/docs/_theme/partials/copyright.html
@@ -0,0 +1,18 @@
+
+ {% if config.copyright %}
+
+ {{ config.copyright }}
+
+ {% endif %}
+ {% if not config.extra.generator == false %}
+ Made with
+
+ Material for MkDocs
+
+ {% endif %}
+
+{% if not config.extra.build_public %}
+
+ ℹ️ Documentation is being served locally
+
+{% endif %}