From d31b1f1f8760d9ceef38509b824841691e845b55 Mon Sep 17 00:00:00 2001 From: ossdhaval <343411+ossdhaval@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:12:03 +0530 Subject: [PATCH] fix(docs): changes to add content in script block instead of removing Adding `super()` will first add the content in the script block as usual plus add the content `img` Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com> --- docs/overrides/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 2b64e49e32f..ccac1cc6eb2 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -8,7 +8,7 @@ {% endblock %} {% block scripts %} - +{{ super() }}