Change version format in docs

This commit is contained in:
Griatch 2020-05-22 00:56:04 +02:00
parent 0789abfc10
commit 6712c5d821
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Makefile to control Evennia documentation building. # Makefile to control Evennia documentation building.
# Most common commands are `make help`, `make quick` and `make local`. # Most common commands are `make help`, `make quick` and `make local`.
# You can set these variables from the command line, and also # You can set these variables from the command line, and also

View file

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