Sha256: 40c185dfd3428669362f82c2919975f4f712abb586f63c49e4e64a4dcbd76698

Contents?: true

Size: 493 Bytes

Versions: 4

Compression:

Stored size: 493 Bytes

Contents

{% capture image_path %}
    {{ page.date | date: "%Y-%m-%d" }}-{{ page.title | slugify }}/{{ include.name }}
{% endcapture %}

<figure>
    <img src="/assets/posts/{{ imagePath }}" 
        {% if include.alt %} alt="{{ include.alt }}" {% endif %} 
        {% if include.width %} width="{{ include.width }}" {% endif %} 
        {% if include.class %} class="{{ class }}" />

    {% if include.caption %}    
        <figcaption>{{ include.caption }}</figcaption>
    {% endif %}    
</figure>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geekyll-0.1.2 _includes/image.html
geekyll-0.1.1 _includes/image.html
geekyll-0.1.0 _includes/image.html
geekyll-0.0.9 _includes/image.html