10 lines
501 B
HTML
10 lines
501 B
HTML
<img alt="{{ include.alt }}"
|
|
src="/assets/images/blank.png"
|
|
data-echo="{% if site.data.cdn.use and jekyll.environment == 'production' %}{{ site.data.cdn.url }}{% else %}{{ site.baseurl }}{% endif %}{{ include.link }}"
|
|
class="img-fluid" />
|
|
|
|
<noscript>
|
|
<img alt="{{ include.alt }}"
|
|
src="{% if site.data.cdn.use and jekyll.environment == 'production' %}{{ site.data.cdn.url }}{% else %}{{ site.baseurl }}{% endif %}{{ include.link }}"
|
|
class="img-fluid" />
|
|
</noscript> |