From b95b6dfc6edaf5ea4b853c8adc50b8326c7c04d7 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Tue, 11 Nov 2025 17:18:00 -0500 Subject: [PATCH] add outdated block to docs --- overrides/main.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/overrides/main.html b/overrides/main.html index c3fed9d..2356607 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,6 +1,15 @@ -{% extends "base.html" %} {% block extrahead %} +{% extends "base.html" %} + +{% block extrahead %} {% endblock %} + +{% block outdated %} + You're not viewing the latest version. + + Click here to go to latest. + +{% endblock %}