diff options
Diffstat (limited to 'mustache-templates/reproducible')
-rw-r--r-- | mustache-templates/reproducible/README | 12 | ||||
-rw-r--r-- | mustache-templates/reproducible/package_navigation.mustache | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/mustache-templates/reproducible/README b/mustache-templates/reproducible/README new file mode 100644 index 00000000..fb314895 --- /dev/null +++ b/mustache-templates/reproducible/README @@ -0,0 +1,12 @@ +mustache is documented in PLEASE FIXME valerie! :) + +{{#foo}} + -> if foo is defined + +{{^foo}} + -> if foo is not defined + +{{#foo}}{{^bar}} + -> if foo is defined and bar is not defined + + diff --git a/mustache-templates/reproducible/package_navigation.mustache b/mustache-templates/reproducible/package_navigation.mustache index e90d2612..26c0228c 100644 --- a/mustache-templates/reproducible/package_navigation.mustache +++ b/mustache-templates/reproducible/package_navigation.mustache @@ -6,7 +6,7 @@ </a> </h4> {{#notes_uri}} - <li><a href="{{notes_uri}}" title="Additional commentary on this packages unreproduciblity" target="main">notes</a></li> + <li><a href="{{notes_uri}}" title="Additional comments on this packages unreproduciblity" target="main">notes</a></li> {{/notes_uri}} {{^notes_uri}} {{^reproducible}} |