mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
img tags use src=, not href=
This commit is contained in:
parent
7bc7756564
commit
49b9eb9782
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@ layout: simple
|
|||
{% for c in site.project.contributors %}
|
||||
<td>
|
||||
{% if c.gravatar_id %}
|
||||
<img class="icon" height="16" width="16" href="https://secure.gravatar.com/avatar/{{c.gravatar_id}}?s=140&d=http%3A%2F%2Fbitcoin.org%2Fimg%2Fgravatar-140.png" />
|
||||
<img class="icon" height="16" width="16" src="https://secure.gravatar.com/avatar/{{c.gravatar_id}}?s=140&d=http%3A%2F%2Fbitcoin.org%2Fimg%2Fgravatar-140.png" />
|
||||
{% else %}
|
||||
<img class="icon" height="16" width="16" href="http://bitcoin.org/img/gravatar-140.png" />
|
||||
<img class="icon" height="16" width="16" src="http://bitcoin.org/img/gravatar-140.png" />
|
||||
{% endif %}
|
||||
{% if c.login %}
|
||||
<a href="http://github.com/{{c.login}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue