From 852ff0cb978bdd293fac45497398dfa4424aa14b Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:42:26 +0100 Subject: [PATCH] [17] add Discord Widget to docs (#2129) --- VERSION | 2 +- docs/overrides/main.html | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/overrides/main.html diff --git a/VERSION b/VERSION index fce978d0..1f8ecdd3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2-build16 +2.0.2-build17 diff --git a/docs/overrides/main.html b/docs/overrides/main.html new file mode 100644 index 00000000..53ee1b4a --- /dev/null +++ b/docs/overrides/main.html @@ -0,0 +1,15 @@ +{% extends "base.html" %} + +{% block extrahead %} + + +{% endblock %}