Sha256: 4d0dbaecd31aab255d26e13fd521778b650737295072b65176c3fee7602e77ef
Contents?: true
Size: 907 Bytes
Versions: 18
Compression:
Stored size: 907 Bytes
Contents
<figure class="{% if {{include.inline}} == true %}my-0{% else %}my-4{%- endif %} {% if {{include.class}} %}{{include.class}}{%- endif %}"{% if {{include.max-width}} %}width={{include.max-width}}{%- endif %}> {%- capture file_url -%} {{ "/images/" | append:include.file | relative_url }} {%- endcapture -%} {%- if {{include.url}} %} <a target="_blank" rel="noopener" href="{{include.url}}"> {%- elsif {{include.click}} == true %} <a target="_blank" rel="noopener noreferrer" href="{{file_url}}"> {%- endif %} <img src="{{file_url}}" alt="{{include.alt}}" class="figure-img img-fluid rounded"/> {%- if {{include.url}} or {{include.click}} == true %} </a> {%- endif %} {%- if {{include.caption}} %} <figcaption class="figure-caption"> {{include.caption}} </figcaption> {%- endif %} {%- if {{include.inline}} != true %} </figure> {%- endif %}
Version data entries
18 entries across 18 versions & 1 rubygems