diff --git a/docs/_templates/base.html b/docs/_templates/base.html new file mode 100644 index 0000000..eededf5 --- /dev/null +++ b/docs/_templates/base.html @@ -0,0 +1,6 @@ +{%- extends "!base.html" %} + +{% block site_meta %} +{{ super() }} + +{% endblock %}