Sha256: 33002300093dee78e4cf7aae290d9fc204c9d5680fe09e8743ce39d0711bf062

Contents?: true

Size: 555 Bytes

Versions: 24

Compression:

Stored size: 555 Bytes

Contents

{% if include.alt %}
    {% capture image_alt %}{{include.alt}}{% endcapture %}
{% else %}
    {% capture image_alt %}{{page.title}} content image{% endcapture %}
{% endif %}
{% if include.class %}
    {% capture image_class %}{{include.class}}{% endcapture %}
{% else %}
    {% capture image_class %}{% endcapture %}
{% endif %}
{% if include.url %}
<a href="{{include.url}}" target="_blank">
{% endif %}
{% picture blog_image {{include.path}} class="{{image_class}}"  --alt {{image_alt}} --class {{image_class}} %}
{% if include.url %}
</a>
{% endif %}

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
linaro-jekyll-theme-5.1.0 _includes/image.html
linaro-jekyll-theme-5.0.1 _includes/image.html
linaro-jekyll-theme-5.0.0 _includes/image.html
linaro-jekyll-theme-4.3.3 _includes/image.html
linaro-jekyll-theme-4.3.2 _includes/image.html
linaro-jekyll-theme-4.3.1 _includes/image.html
linaro-jekyll-theme-4.3.0 _includes/image.html
linaro-jekyll-theme-4.2.0 _includes/image.html
linaro-jekyll-theme-4.1.6 _includes/image.html
linaro-jekyll-theme-4.1.5 _includes/image.html
linaro-jekyll-theme-4.1.4 _includes/image.html
linaro-jekyll-theme-4.1.3 _includes/image.html
linaro-jekyll-theme-4.1.2 _includes/image.html
linaro-jekyll-theme-4.1.1 _includes/image.html
linaro-jekyll-theme-4.1.0 _includes/image.html
linaro-jekyll-theme-4.0.2 _includes/image.html
linaro-jekyll-theme-4.0.1 _includes/image.html
jumbo-jekyll-theme-6.0.2.1 _includes/image.html
jumbo-jekyll-theme-6.0.2.0 _includes/image.html
jumbo-jekyll-theme-6.0.1.4 _includes/image.html