mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Use amis
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% assign sponsor = site.data.sponsors.by_id[include.sponsor_id] %}
|
||||
{% assign sponsor_path = "sponsors/" | append: include.sponsor_id %}
|
||||
{% assign sponsor_path = "amis/" | append: include.sponsor_id %}
|
||||
{% assign sponsor_alt = sponsor.name | append: " logo" %}
|
||||
|
||||
<div class="{{ include.classname }}">
|
||||
@@ -20,4 +20,4 @@
|
||||
height=sponsor.width
|
||||
%}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user