Skip to content

Commit 1358d45

Browse files
committed
Update root index file from develop
It should have a better 'new libraries' message.
1 parent 13cc350 commit 1358d45

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

index.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
<a href="index.html">
1515
<img src="boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"/></a></td>
1616
<td width="337" align="middle">
17-
<h2 style="text-align: center">Release {{version}}</h2>
17+
<h2 style="text-align: center">
18+
{{#is_develop}}Development Snapshot{{/is_develop}}
19+
{{^is_develop}}Release {{version}}{{/is_develop}}
20+
</h2>
1821
</td>
1922
</tr>
2023
</table>
@@ -56,7 +59,10 @@ <h2 class="title">Welcome to the Boost C++ Libraries</h2>
5659
<h3>Changes in this release</h3>
5760

5861
{{#unreleased_lib_count}}
59-
<p>The release includes {{unreleased_lib_count}} new
62+
<p>
63+
{{#is_develop}}This development snapshot{{/is_develop}}
64+
{{^is_develop}}Boost {{minor_release}}{{/is_develop}}
65+
includes {{unreleased_lib_count}} new
6066
{{#unreleased_library_plural}}libraries{{/unreleased_library_plural}}
6167
{{^unreleased_library_plural}}library{{/unreleased_library_plural}}
6268
({{#unreleased_libs}}{{#index}}, {{/index}}<a href="{{link}}">{{name}}</a>{{/unreleased_libs}})

0 commit comments

Comments
 (0)