Skip to content

Commit

Permalink
fix id and class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed Jan 14, 2018
1 parent c7730a6 commit 7571c79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/backers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Find Mocha helpful? Become a [backer](https://opencollective.com/mochajs#support) and support Mocha with a monthly donation.

<!-- markdownlint-disable MD034 -->
{: id="_backers" class="image-list" }
{: #_backers .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 %}
2 changes: 1 addition & 1 deletion docs/_includes/sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- markdownlint-disable MD034 -->
{: class="image-list faded-images" }
{: .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 %}

<script src="js/avatars.js"></script>
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (https://github.com/danielstjules)",
"Daniel Stockman <[email protected]> (https://github.com/evocateur)",
"Dave McKenna <[email protected]> (https://github.com/davemckenna01)",
Expand Down

0 comments on commit 7571c79

Please sign in to comment.