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