mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Merge branch 'contributors'
This commit is contained in:
commit
f46fb407eb
4 changed files with 118 additions and 0 deletions
14
index.html
14
index.html
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue