diff options
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r-- | docs/_templates/layout.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 %} <link href="{{ pathto("_static/css/custom.css", True) }}" rel="stylesheet" type="text/css"> {% endblock %} +{% block extrabody %} + <p class="devwarning">Warning: This is the dev version. The latest stable version is + <a href="https://docs.vyos.io/en/crux/">Crux 1.2.x</a>. Or the current release candidate version is <a href="https://docs.vyos.io/en/equuleus/">Equuleus 1.3.x</a></p> +{% endblock %} |