diff --git a/changelog/_template.rst b/changelog/_template.rst index effbef8..d1e1855 100644 --- a/changelog/_template.rst +++ b/changelog/_template.rst @@ -13,8 +13,7 @@ {% if definitions[category]['showcontent'] %} {% for text, values in sections[section][category]|dictsort(by='value') %} -- {{ text }}{% if category != 'vendor' %} (`{{ values[0] }} `_){% endif %} - +- `{{ values[0] }} `_: {{ text }} {% endfor %} {% else %}