Sha256: bb27afb02bb96c948236e17c3ff1777920eec8f822a230719e0f88741508249c

Contents?: true

Size: 711 Bytes

Versions: 57

Compression:

Stored size: 711 Bytes

Contents

<article>
    {%- if include.image-src -%}
    <a href="{{ include.target-url | absolute_url }}" class="image" >
        <img class="lazy-loading" src="{{ include.image-src | absolute_url }}" data-src="{{ include.image-placeholder-src | default: image-src | absolute_url }}" alt="{{ include.image-alt-text }}">
    </a>
    {%- endif -%}
    <h3>{{ include.title }}</h3>
    <p>{{ include.content }}</p>
    {%- if include.target-url -%}
    <ul class="actions">
        <li>
            <a href="{{ include.target-url | absolute_url }}" class="button">
                {% if page.lang=="en" %}More{% elsif page.lang=="fr" %}Plus{% endif %}
            </a>
        </li>
    </ul>
    {%- endif -%}
</article>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.11.24 _includes/post.html
jekyll-theme-consulting-0.11.23 _includes/post.html
jekyll-theme-consulting-0.11.22 _includes/post.html
jekyll-theme-consulting-0.11.21 _includes/post.html
jekyll-theme-consulting-0.11.20 _includes/post.html
jekyll-theme-consulting-0.11.19 _includes/post.html
jekyll-theme-consulting-0.11.18 _includes/post.html
jekyll-theme-consulting-0.11.17 _includes/post.html
jekyll-theme-consulting-0.11.15 _includes/post.html
jekyll-theme-consulting-0.11.14 _includes/post.html
jekyll-theme-consulting-0.11.13 _includes/post.html
jekyll-theme-consulting-0.11.12 _includes/post.html
jekyll-theme-consulting-0.11.11 _includes/post.html
jekyll-theme-consulting-0.11.10 _includes/post.html
jekyll-theme-consulting-0.11.9 _includes/post.html
jekyll-theme-consulting-0.11.8 _includes/post.html
jekyll-theme-consulting-0.11.7 _includes/post.html
jekyll-theme-consulting-0.11.6 _includes/post.html
jekyll-theme-consulting-0.11.5 _includes/post.html
jekyll-theme-consulting-0.11.4 _includes/post.html