summaryrefslogtreecommitdiff
path: root/oslosphinx/theme/openstack/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'oslosphinx/theme/openstack/layout.html')
-rw-r--r--oslosphinx/theme/openstack/layout.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/oslosphinx/theme/openstack/layout.html b/oslosphinx/theme/openstack/layout.html
index 512ab3f..ab8e7db 100644
--- a/oslosphinx/theme/openstack/layout.html
+++ b/oslosphinx/theme/openstack/layout.html
@@ -30,6 +30,16 @@
title="{{ _('next chapter') }}">{{ next.title }}</a></p>
{%- endif %}
{%- endblock %}
+ {%- block otherversions %}
+ {%- if other_versions %}
+ <h3>{{ _('Other Versions') }}</h3>
+ <ul class="this-page-menu">
+ {%- for ver in other_versions: %}
+ <li><a href="/{{ver}}" rel="nofollow">{{ ver }}</a></li>
+ {%- endfor %}
+ </ul>
+ {%- endif %}
+ {%- endblock %}
{%- block projectsource %}
{%- if cgit_link %}
<h3>{{ _('Project Source') }}</h3>