bulma/docs/_includes/elements/patreon-item.html

18 lines
569 B
HTML
Raw Normal View History

<li>
<p>{{ include.backer.name }}</p>
2018-09-05 12:45:30 +00:00
{% if include.backer.twitter != "" %}
<a class="icon-text bd-is-twitter" href="https://twitter.com/{{ include.backer.twitter }}" target="_blank" rel="nofollow">
<span class="icon"><i class="fab fa-twitter"></i></span>
<span>{{ include.backer.twitter }}</span>
</a>
{% endif %}
2018-10-09 11:15:59 +00:00
{% if include.backer.discord != "" %}
<span class="icon-text bd-is-discord">
<span class="icon"><i class="fab fa-discord"></i></span>
<span>{{ include.backer.discord }}</span>
</span>
{% endif %}
</li>