Просмотр исходного кода

Convert new library info into a template

[ci skip]
Daniel James 9 лет назад
Родитель
Сommit
5743666d31
1 измененных файлов с 9 добавлено и 3 удалено
  1. 9 3
      index.html

+ 9 - 3
index.html

@@ -55,9 +55,15 @@
 
 
   <h3>Changes in this release</h3>
   <h3>Changes in this release</h3>
 
 
-  <p>The release includes ??? new libraries
-  (),
-  as well as updates to many existing libraries. See
+  {{#unreleased_lib_count}}
+  <p>The release includes {{unreleased_lib_count}} new libraries
+  ({{#unreleased_libs}}{{#index}}, {{/index}}<a href="{{link}}">{{name}}</a>{{/unreleased_libs}})
+  as well as updates to many existing libraries.
+  {{/unreleased_lib_count}}
+  {{^unreleased_lib_count}}
+  <p>The release includes updates to many existing libraries.
+  {{/unreleased_lib_count}}
+  See
   <a href="http://www.boost.org/users/history/version_1_63_0.html">Release
   <a href="http://www.boost.org/users/history/version_1_63_0.html">Release
   History</a> for more information.</p>
   History</a> for more information.</p>
 
 

粤ICP备19079148号