Sha256: 81ca3314cb28cfb1540aeaa309b6d078d3acd4490aa8f076c9fd68c73067b3cf
Contents?: true
Size: 903 Bytes
Versions: 28
Compression:
Stored size: 903 Bytes
Contents
<figure class="{% if include.inline == true %}my-0{% else %}my-4{%- endif %} {% if include.class %}{{include.class}}{%- endif %}" {% if include.max-width %}style="max-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 | markdownify }} </figcaption> {%- endif %} {%- if include.inline != true %} </figure> {%- endif %}
Version data entries
28 entries across 28 versions & 1 rubygems