Skip to content

Commit 3af7309

Browse files
committed
Conditionally added the release note title to the release page log block.
- Legacy-Id: 10045
1 parent 83c4884 commit 3af7309

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/release/release.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ <h1>
4242
</p>
4343

4444
<h2>{{ entry.version }} release notes</h2>
45+
<pre>
46+
{% if entry.title %}<b>{{entry.title}}</b>
4547

46-
<pre>{{entry.logentry|safe}}
48+
{% endif %}{{entry.logentry|safe}}
4749

4850
-- {{entry.author}} &lt;{{entry.email}}&gt; {{entry.date}}</pre>
4951

0 commit comments

Comments
 (0)