diff --git a/changelog/_template.rst b/changelog/_template.rst index 66fd6ae..effbef8 100644 --- a/changelog/_template.rst +++ b/changelog/_template.rst @@ -6,14 +6,14 @@ {% endif %} {% if sections[section] %} -{% for category, val in definitions.items() if category in sections[section] and category != 'trivial' %} +{% for category, val in definitions.items() if category in sections[section] %} {{ definitions[category]['name'] }} {{ underline * definitions[category]['name']|length }} {% if definitions[category]['showcontent'] %} {% for text, values in sections[section][category]|dictsort(by='value') %} -- {{ text }}{% if category != 'vendor' %} ({{ values|sort|join(', ') }}){% endif %} +- {{ text }}{% if category != 'vendor' %} (`{{ values[0] }} `_){% endif %} {% endfor %}