Added blank image and fallback for missing javascript
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
parent
03097d8c41
commit
e05314ccce
|
@ -1,4 +1,10 @@
|
|||
<img alt="{{ include.alt }}"
|
||||
src=""
|
||||
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" />
|
||||
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>
|
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
Loading…
Reference in New Issue