mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Added links to contributors that have them
This commit is contained in:
parent
c7c61ebbbd
commit
f6116546f8
1 changed files with 9 additions and 1 deletions
10
about.html
10
about.html
|
@ -71,7 +71,15 @@ layout: simple
|
||||||
<table class="unstyled">
|
<table class="unstyled">
|
||||||
<tr>
|
<tr>
|
||||||
{% for c in site.project.contributors %}
|
{% for c in site.project.contributors %}
|
||||||
<td>{{ c.name }} ({{ c.contributions }})</td>
|
<td>
|
||||||
|
{% if c.login %}
|
||||||
|
<a href="http://github.com/{{c.login}}">
|
||||||
|
{{ c.name }} ({{ c.contributions }})
|
||||||
|
</a>
|
||||||
|
{% else %}
|
||||||
|
{{ c.name }} ({{ c.contributions }})
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
{% cycle nil, nil, nil, nil, '</tr><tr>' %}
|
{% cycle nil, nil, nil, nil, '</tr><tr>' %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue