Test templating change for doc-versioning

This commit is contained in:
Griatch 2020-05-22 01:15:03 +02:00
parent a6240ef44e
commit 4c3b171d51

View file

@ -2,7 +2,7 @@
<h3>{{ _('Versions') }}</h3>
<ul>
{%- for item in versions %}
<li><a href="{{ item.url }}">{{ item.version }} ({{ item.name }} branch)</a></li>
<li><a href="{{ item.url }}">{{ release }} ({{ item.name }} branch)</a></li>
{%- endfor %}
</ul>
{% endif %}