Update backers

This commit is contained in:
Jeremy Thomas
2018-10-09 12:15:59 +01:00
parent d07d75ba2c
commit 441b657a6e
5 changed files with 564 additions and 210 deletions

View File

@@ -1,9 +1,19 @@
<li>
{{ backer.name }}
<tr>
<td>{{ backer.name }}</td>
{% if backer.twitter != "" %}
<a href="https://twitter.com/{{ backer.twitter }}" target="_blank" rel="nofollow">
@{{ backer.twitter }}
</a>
{% endif %}
</li>
<td>
{% if backer.twitter != "" %}
<a href="https://twitter.com/{{ backer.twitter }}" target="_blank" rel="nofollow">
@{{ backer.twitter }}
</a>
{% endif %}
</td>
<td>
{% if backer.website_url %}
<a href="{{ backer.website_url }}" target="_blank" rel="nofollow">
{{ backer.website_name }}
</a>
{% endif %}
</td>
</tr>