Merge branch 'contributors'

This commit is contained in:
Nils Schneider 2011-09-15 11:18:43 +02:00
commit f46fb407eb
4 changed files with 118 additions and 0 deletions

View file

@ -14,6 +14,7 @@ ALERT:
<li><a href="#news">News</a></li>
<li><a href="#about">About</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#contributors">Contributors</a></li>
</ul>
</div>
</div>
@ -208,4 +209,17 @@ ALERT:
</div>
</section>
<section id="contributors">
<h1>Contributors <small>ordered by number of commits</small></h1>
<table class="unstyled">
<tr>
{% for c in site.project.contributors %}
<td>{{ c.name }} ({{ c.contributions }})</td>
{% cycle nil, nil, nil, nil, '</tr><tr>' %}
{% endfor %}
</tr>
</table>
</section>
</div>