Add extra space between changelog items
This commit is contained in:
parent
1dee443c2b
commit
0540d72c87
|
@ -15,6 +15,7 @@
|
||||||
{% for text, values in sections[section][category]|dictsort(by='value') %}
|
{% for text, values in sections[section][category]|dictsort(by='value') %}
|
||||||
- {{ text }}{% if category != 'vendor' %} ({{ values|sort|join(', ') }}){% endif %}
|
- {{ text }}{% if category != 'vendor' %} ({{ values|sort|join(', ') }}){% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
- {{ sections[section][category]['']|sort|join(', ') }}
|
- {{ sections[section][category]['']|sort|join(', ') }}
|
||||||
|
|
Loading…
Reference in New Issue