summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2021-04-04 17:34:28 +0200
committerGitHub <noreply@github.com>2021-04-04 17:34:28 +0200
commit7529e811ee3837d0facb73b16b4b5b3d43ccf26f (patch)
tree389ad214d75433a50978d4d7baa0c531d3d8f5f5 /docs/_templates
parent1211f9a85e3a50e4c1dce579be5c57c8296dc15a (diff)
downloadvyos-documentation-7529e811ee3837d0facb73b16b4b5b3d43ccf26f.tar.gz
vyos-documentation-7529e811ee3837d0facb73b16b4b5b3d43ccf26f.zip
layout: set user friendly version name
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 387301ea..5501e663 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -1,4 +1,5 @@
{% extends "!layout.html" %}
+{%- set current_version = "1.3.x equuleus" %}
{% block extrahead %}
<link href="{{ pathto("_static/css/custom.css", True) }}" rel="stylesheet" type="text/css">
-{% endblock %} \ No newline at end of file
+{% endblock %}