fix doc template
This commit is contained in:
parent
dab71df3d0
commit
0d5246e95e
@ -1,8 +1,8 @@
|
|||||||
{% if versions %}
|
{% if versions %}
|
||||||
<h3>{{ _('Версии') }}</h3>
|
<h3 style="margin-top: 16px">{{ _('Versions') }}</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{%- for item in versions %}
|
{%- for item in versions %}
|
||||||
<li><a href="{{ item.url }}">{{ item.name }}</a></li>
|
<li><a style="font-size: 120%" href="{{ item.url }}">{{ item.name }}</a></li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user