mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Team updates
- Added Crowing email. - Link to twitter accounts. Added anchor tags.
This commit is contained in:
parent
fc90c09f45
commit
b1cad681d0
2 changed files with 7 additions and 7 deletions
|
@ -22,11 +22,11 @@
|
|||
{% endif %}
|
||||
|
||||
{% if member.pgp %}
|
||||
<div class="member__detail member__detail--pgp"><a href="{{ member.pgp }}">PGP Key</a></div>
|
||||
<div class="member__detail member__detail--pgp"><a href="{{ member.pgp }}" target="_blank">PGP Key</a></div>
|
||||
{% endif %}
|
||||
|
||||
{% if member.twitter %}
|
||||
<div class="member__detail member__detail--twitter">{{ member.twitter }}</div>
|
||||
<div class="member__detail member__detail--twitter"><a href="{{ member.twitter }}" target="_blank">{{ member.twitter }}</a></div>
|
||||
{% endif %}
|
||||
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue