Some fixes to doc versioning list, changelog

This commit is contained in:
Griatch 2023-12-20 23:43:41 +01:00
parent dadc1de6e1
commit 7a7416b084
3 changed files with 7 additions and 3 deletions

View file

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