Skip to content

Commit

Permalink
Update root index file from develop
Browse files Browse the repository at this point in the history
It should have a better 'new libraries' message.
  • Loading branch information
danieljames committed Aug 27, 2017
1 parent 13cc350 commit 1358d45
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
<a href="index.html">
<img src="boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"/></a></td>
<td width="337" align="middle">
<h2 style="text-align: center">Release {{version}}</h2>
<h2 style="text-align: center">
{{#is_develop}}Development Snapshot{{/is_develop}}
{{^is_develop}}Release {{version}}{{/is_develop}}
</h2>
</td>
</tr>
</table>
Expand Down Expand Up @@ -56,7 +59,10 @@ <h2 class="title">Welcome to the Boost C++ Libraries</h2>
<h3>Changes in this release</h3>

{{#unreleased_lib_count}}
<p>The release includes {{unreleased_lib_count}} new
<p>
{{#is_develop}}This development snapshot{{/is_develop}}
{{^is_develop}}Boost {{minor_release}}{{/is_develop}}
includes {{unreleased_lib_count}} new
{{#unreleased_library_plural}}libraries{{/unreleased_library_plural}}
{{^unreleased_library_plural}}library{{/unreleased_library_plural}}
({{#unreleased_libs}}{{#index}}, {{/index}}<a href="{{link}}">{{name}}</a>{{/unreleased_libs}})
Expand Down

0 comments on commit 1358d45

Please sign in to comment.