Update backers April 2018

This commit is contained in:
Jeremy Thomas
2018-05-03 01:39:33 +01:00
parent a9a5666b9c
commit 4d74c23d03
12 changed files with 299 additions and 149 deletions

View File

@@ -1,8 +1,8 @@
<li>
{{ backer.FirstName }} {{ backer.LastName }}
{% if backer.Twitter != "" %}
<a href="https://twitter.com/{{ backer.Twitter }}" target="_blank" rel="nofollow">
@{{ backer.Twitter }}
{{ backer.first_name }} {{ backer.last_name }}
{% if backer.twitter != "" %}
<a href="https://twitter.com/{{ backer.twitter }}" target="_blank" rel="nofollow">
@{{ backer.twitter }}
</a>
{% endif %}
</li>