Skip to content

Commit

Permalink
minor: add date to xdoc template
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Dec 25, 2022
1 parent 5dd7c7c commit 6437767
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sevntu_xdoc_freemarker.template
@@ -1,6 +1,6 @@
<#escape x as x?html>
<div id="${releaseNo}" class="spoiler pre_opened_spoiler">
<div class="name"><span><h3>Release ${releaseNo}</h3></span></div>
<div class="name"><span><h3>Release ${releaseNo} (${todaysDate})</h3></span></div>
<div class="text">
<#if breakingMessages?has_content>
<p>Breaking backward compatibility:</p>
Expand Down Expand Up @@ -53,4 +53,3 @@
</div>
</div>
</#escape>

0 comments on commit 6437767

Please sign in to comment.