templates: Drop avatar

This commit is contained in:
Will Binns 2017-03-07 10:12:56 -06:00
parent 77fd49b107
commit 9b93684599
No known key found for this signature in database
GPG key ID: 302EBEAEEB74A404
3 changed files with 0 additions and 6 deletions

View file

@ -93,7 +93,6 @@ id: about-us
<div class="contributors">
{% for c in site.sitecontributors %}
<div>
<div>{% if c.avatar_url %}<img src="{{c.avatar_url}}" 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>
<div>({{ c.contributions }})</div>
</div>