Added blank image and fallback for missing javascript

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-01-02 16:19:28 +01:00
parent 03097d8c41
commit e05314ccce
2 changed files with 8 additions and 2 deletions

View File

@ -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>

BIN
assets/images/blank.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB