Try to fix links to legacy docs

This commit is contained in:
Griatch 2023-12-20 19:54:15 +01:00
parent bbae01d937
commit 5729fb7c5b
2 changed files with 6 additions and 5 deletions

View file

@ -4,9 +4,9 @@
{% for item in versions %}
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
{%- endfor %}
{% if legacy_versions %} <ul>
{% if legacy_versions %}
{%- for item in legacy_versions %}
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.branch }} branch)</a></li>
{% endfor %}
{% endif %}
</ul>