From c0b8e540a61f1e70c7a01b6b87d0243e2d917657 Mon Sep 17 00:00:00 2001 From: Gustavo Fernandes de Carvalho <17139678+gusfcarvalho@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:22:39 -0300 Subject: [PATCH] feat: adds scarf to docs (#3876) Signed-off-by: Gustavo Carvalho --- overrides/main.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/overrides/main.html b/overrides/main.html index 35591d61c..50fcb81ac 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,8 +1,12 @@ {% extends "base.html" %} - {% block outdated %} You're not viewing the latest version. Click here to go to latest. -{% endblock %} \ No newline at end of file +{% endblock %} + +{% block footer %} + + {{ super() }} +{% endblock %}