mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #459 from bitcoin/contributors
Add list of bitcoin.org contributors
This commit is contained in:
commit
8f56414ed3
8 changed files with 79 additions and 8 deletions
|
@ -63,7 +63,7 @@ id: development
|
|||
<h2>{% translate contributors %}</h2>
|
||||
<p>{% translate contributorsorder %}</p>
|
||||
<div class="contributors">
|
||||
{% for c in site.contributors %}
|
||||
{% for c in site.corecontributors %}
|
||||
<div>
|
||||
<div>{% if c.gravatar_id %}<img src="https://secure.gravatar.com/avatar/{{c.gravatar_id}}?s=140&d=mm" alt="icon" />{% else %}<img alt="icon" />{% endif %}</div>
|
||||
<div><a{% if c.login %} href="https://github.com/{{c.login}}"{% endif %}>{{ c.name | htmlescape }}</a></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue