mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Try to fix links to legacy docs
This commit is contained in:
parent
bbae01d937
commit
5729fb7c5b
2 changed files with 6 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue