Added blank image and fallback for missing javascript
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -1,4 +1,10 @@
|
|||||||
<img alt="{{ include.alt }}"
|
<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 }}"
|
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>
|
||||||
BIN
assets/images/blank.png
Normal file
BIN
assets/images/blank.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 KiB |
Reference in New Issue
Block a user