diff options
author | rebortg <github@ghlr.de> | 2021-05-10 21:32:00 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-05-10 21:32:00 +0200 |
commit | 5d91caaac1ff0da642141edc17f75f60d63ba4a0 (patch) | |
tree | c0419c6c865fa7307cbdcef86aa9e6b1c1fff39a /docs/_templates | |
parent | 3834b9ff92bea095be496340b37a43f6884dcbad (diff) | |
download | vyos-documentation-5d91caaac1ff0da642141edc17f75f60d63ba4a0.tar.gz vyos-documentation-5d91caaac1ff0da642141edc17f75f60d63ba4a0.zip |
Template: add version warning banner
Diffstat (limited to 'docs/_templates')
-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 %} |