mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
9 lines
368 B
HTML
9 lines
368 B
HTML
<div class="four wide column">
|
|
<div class="ui basic segment {{ pitch.image.class }}">
|
|
{% if pitch.image.path %}
|
|
<img class="ui tiny image margin-0-auto" src="{{ site.assets_url }}{{ pitch.image.path }}" alt="{{ pitch.image.alt }}">
|
|
{% elsif pitch.image.icon %}
|
|
<i class="{{ pitch.image.icon }} margin-0-auto"></i>
|
|
{% endif %}
|
|
</div>
|
|
</div>
|