diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 000000000..1b868f891 --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block scripts %} + {{ super() }} + + + + + +{% endblock %} \ No newline at end of file diff --git a/overrides/partials/integrations/analytics/custom.html b/overrides/partials/integrations/analytics/custom.html new file mode 100644 index 000000000..9efe51a01 --- /dev/null +++ b/overrides/partials/integrations/analytics/custom.html @@ -0,0 +1,7 @@ + + + \ No newline at end of file