mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Update backers April 2018
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
{% endfor %}
|
||||
</nav>
|
||||
|
||||
{% unless page.hide_side_sponsor %}
|
||||
{% include global/side-sponsor.html %}
|
||||
{% endunless %}
|
||||
|
||||
{% unless page.hide_fortyfour %}
|
||||
{% include global/fortyfour.html %}
|
||||
{% endunless %}
|
||||
|
||||
@@ -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>
|
||||
|
||||
16
docs/_includes/global/side-sponsor.html
Normal file
16
docs/_includes/global/side-sponsor.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<div class="bd-side-sponsors">
|
||||
<p class="bd-side-sponsor-label">
|
||||
Sponsor
|
||||
</p>
|
||||
|
||||
<a class="bd-side-sponsor" href="https://tipe.io/?ref=bulma" target="_blank" rel="nofollow">
|
||||
{%
|
||||
include elements/responsive-image.html
|
||||
path="sponsors/tipe"
|
||||
extension="png"
|
||||
alt="Tipe"
|
||||
width="86"
|
||||
height="50"
|
||||
%}
|
||||
</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user