Add extra space between changelog items

This commit is contained in:
Bruno Oliveira 2017-05-30 17:15:31 -04:00
parent 1dee443c2b
commit 0540d72c87
1 changed files with 1 additions and 0 deletions

View File

@ -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(', ') }}