diff options
author | rebortg <github@ghlr.de> | 2023-11-16 21:38:40 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-11-16 21:38:40 +0100 |
commit | e9b730bf247a2020aa219ae7e141873e87ab39d3 (patch) | |
tree | 407b3d3d216f40978ce1e63072f5f2e296402dde /docs/_templates | |
parent | 6e3a9269f54cbe91dc98d3d7f023260dbf1edc2c (diff) | |
download | vyos-documentation-e9b730bf247a2020aa219ae7e141873e87ab39d3.tar.gz vyos-documentation-e9b730bf247a2020aa219ae7e141873e87ab39d3.zip |
correct version in template
Diffstat (limited to 'docs/_templates')
-rw-r--r-- | docs/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index e7ede58c..6cb68508 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,5 +1,5 @@ {% extends "!layout.html" %} -{%- set current_version = "1.4.x sagitta" %} +{%- set current_version = "1.5.x circinus" %} {% block extrahead %} <link href="{{ pathto("_static/css/custom.css", True) }}" rel="stylesheet" type="text/css"> <link href="{{ pathto("_static/css/datatables.css", True) }}" rel="stylesheet" type="text/css"> |