Conditionally added the release note title to the release page log block.
- Legacy-Id: 10045
This commit is contained in:
parent
83c48840ce
commit
3af7309179
|
@ -42,8 +42,10 @@
|
|||
</p>
|
||||
|
||||
<h2>{{ entry.version }} release notes</h2>
|
||||
<pre>
|
||||
{% if entry.title %}<b>{{entry.title}}</b>
|
||||
|
||||
<pre>{{entry.logentry|safe}}
|
||||
{% endif %}{{entry.logentry|safe}}
|
||||
|
||||
-- {{entry.author}} <{{entry.email}}> {{entry.date}}</pre>
|
||||
|
||||
|
|
Loading…
Reference in a new issue