mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 10:54:29 -07:00
Update backers March 2018
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<li>
|
||||
{{ backer.FirstName }} {{ backer.LastName }}
|
||||
{% if backer.Twitter != "" %}
|
||||
<a href="https://twitter.com/{{ backer.Twitter }}" target="_blank">
|
||||
<a href="https://twitter.com/{{ backer.Twitter }}" target="_blank" rel="nofollow">
|
||||
@{{ backer.Twitter }}
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<img
|
||||
src="{{ site.url }}/images/{{ include.path }}.{{ include.extension }}"
|
||||
srcset="{{ site.url }}/images/{{ include.path }}.{{ include.extension }} 1x,
|
||||
{{ site.url }}/images/{{ include.path }}@2x.{{ include.extension }} 2x"
|
||||
{{ site.url }}/images/{{ include.path }}@2x.{{ include.extension }} 2x,
|
||||
{{ site.url }}/images/{{ include.path }}@3x.{{ include.extension }} 3x"
|
||||
alt="{{ include.alt }}"
|
||||
width="{{ include.width }}"
|
||||
height="{{ include.height }}">
|
||||
|
||||
Reference in New Issue
Block a user