blob: 5b5083856f0b5e9110f87d718d9dad3696120c7a [file] [log] [blame]
{% if include.href %}
{% assign href = include.href %}
{% else %}
{% capture href %}{{ site.baseurl }}/static/img/{{ include.src }}{% endcapture %}
{% endif %}
<a href="{{ href }}" target="_blank">
<img class="img-responsive" {% if include.width %} width="{{include.width}}" {% endif %} src="{{ site.baseurl }}/static/img/{{ include.src }}" alt="{{ include.alt }}" />
</a>