mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Add backers page
This commit is contained in:
8
docs/_includes/elements/patreon-item.html
Normal file
8
docs/_includes/elements/patreon-item.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<li>
|
||||
{{ backer.FirstName }} {{ backer.LastName }}
|
||||
{% if backer.Twitter != "" %}
|
||||
<a href="https://twitter.com/{{ backer.Twitter }}" target="_blank">
|
||||
@{{ backer.Twitter }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</li>
|
||||
@@ -117,6 +117,14 @@
|
||||
More
|
||||
</div>
|
||||
<div id="moreDropdown" class="navbar-dropdown {% if include.boxed %}is-boxed{% endif %}">
|
||||
<a class="navbar-item {% if page.route == 'backers' %}is-active{% endif %}" href="{{ site.url }}/backers/">
|
||||
<p>
|
||||
<strong>Patreon backers</strong>
|
||||
<br>
|
||||
<small>Everyone who is supporting Bulma</small>
|
||||
</p>
|
||||
</a>
|
||||
<hr class="navbar-divider">
|
||||
<a class="navbar-item {% if page.route == 'bulma-start' %}is-active{% endif %}" href="{{ site.url }}/bulma-start/">
|
||||
<p>
|
||||
<strong>Bulma start</strong>
|
||||
|
||||
Reference in New Issue
Block a user