blob: 7eb36f8ce45bdc1d65a9a5b2558825ef29c4a8fd [file]
{% if include.href %}
{% assign href = include.href %}
{% else %}
{% capture href %}{{ site.baseurl }}/static/img/{{ include.src }}{% endcapture %}
{% endif %}
<p>
<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>
</p>