From 5d91caaac1ff0da642141edc17f75f60d63ba4a0 Mon Sep 17 00:00:00 2001 From: rebortg Date: Mon, 10 May 2021 21:32:00 +0200 Subject: Template: add version warning banner --- docs/_templates/layout.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_templates') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 5f3f38c2..a5873ce8 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -3,3 +3,7 @@ {% block extrahead %} {% endblock %} +{% block extrabody %} +

Warning: This is the dev version. The latest stable version is + Crux 1.2.x. Or the current release candidate version is Equuleus 1.3.x

+{% endblock %} -- cgit v1.2.3