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') %}
|
||||
- {{ text }}{% if category != 'vendor' %} ({{ values|sort|join(', ') }}){% endif %}
|
||||
|
||||
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
- {{ sections[section][category]['']|sort|join(', ') }}
|
||||
|
|
Loading…
Reference in New Issue