From 3c546dfd4a3e4a8229e4e43c112b0037955bf54b Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sun, 14 Jan 2018 20:59:25 +0100 Subject: [PATCH] fix id and class definition --- docs/_includes/backers.md | 2 +- docs/_includes/sponsors.md | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/_includes/backers.md b/docs/_includes/backers.md index 5ea8927e8f..4481202591 100644 --- a/docs/_includes/backers.md +++ b/docs/_includes/backers.md @@ -3,5 +3,5 @@ Find Mocha helpful? Become a [backer](https://opencollective.com/mochajs#support) and support Mocha with a monthly donation. -{: id="_backers" class="image-list" } {% for i in (0..29) %}[![](https://opencollective.com/mochajs/backer/{{ i }}/avatar.jpg)](https://opencollective.com/mochajs/backer/{{ i }}/website){: target="_blank" rel="noopener"}{% endfor %} +{: .image-list id="_backers" } diff --git a/docs/_includes/sponsors.md b/docs/_includes/sponsors.md index 4c3adef874..86c24b88f1 100644 --- a/docs/_includes/sponsors.md +++ b/docs/_includes/sponsors.md @@ -3,7 +3,7 @@ Use Mocha at Work? Ask your manager or marketing team if they'd help [support](https://opencollective.com/mochajs#support) our project. Your company's logo will also be displayed on [npmjs.com](http://npmjs.com/package/mocha) and our [GitHub repository](https://github.com/mochajs/mocha#sponsors). -{: class="image-list faded-images" } {% for i in (0..15) %}[![](https://opencollective.com/mochajs/sponsor/{{ i }}/avatar.jpg)](https://opencollective.com/mochajs/sponsor/{{ i }}/website){: target="_blank"} {% endfor %} +{: .image-list .faded-images} diff --git a/package.json b/package.json index 3bf0e2f0a9..cd006ce3e3 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "Cory Thomas (https://github.com/dump247)", "cybertk (https://github.com/cybertk)", "Daniel Ericsson (https://github.com/monowerker)", + "Daniel Ruf (https://github.com/danielruf)", "Daniel St. Jules (https://github.com/danielstjules)", "Daniel Stockman (https://github.com/evocateur)", "Dave McKenna (https://github.com/davemckenna01)",