1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-09 05:29:10 +00:00
safing-web/_includes/pitch/image.html
2018-06-11 12:52:23 +02:00

7 lines
301 B
HTML

<div class="col-lg-4 col-xs-4 text-center {{ pitch.image.class }}">
{% if pitch.image.path %}
<img class="max-width-100" src="{{ site.assets_url }}{{ pitch.image.path }}" alt="{{ pitch.image.alt }}">
{% elsif pitch.image.icon %}
<i class="{{ pitch.image.icon }}"></i>
{% endif %}
</div>