Change version format in docs
This commit is contained in:
parent
0789abfc10
commit
6712c5d821
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue