summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2017-03-30 17:43:35 +0100
committerDaniel James <daniel@calamity.org.uk>2017-04-05 09:50:01 +0100
commitc8ce0350ec623bc742a1add72cc1ea172bd40693 (patch)
tree60ca3b6895a2e6ef8aa97f88bc1e14d29bed99cb /index.html
parent99ccbcb851c37a88e0460b6ff6f17c5fe23ed9ef (diff)
downloadboost-c8ce0350ec623bc742a1add72cc1ea172bd40693.tar.gz
Singular 'library' when appropriate
Mustache is really terrible for this kind of thing.
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7b96a4b7f6..558aa98081 100644
--- a/index.html
+++ b/index.html
@@ -56,7 +56,9 @@
<h3>Changes in this release</h3>
{{#unreleased_lib_count}}
- <p>The release includes {{unreleased_lib_count}} new libraries
+ <p>The release 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}})
as well as updates to many existing libraries.
{{/unreleased_lib_count}}