Testing alternative versioning

This commit is contained in:
Griatch 2022-11-14 21:30:05 +01:00
parent a1cc39e165
commit d3e62de99e
5 changed files with 37 additions and 58 deletions

View file

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