Sha256: 4f5efffbd05aa504a94a14b49666673e2e7099b2e9a5a9a5525f38f7e68caa05
Contents?: true
Size: 635 Bytes
Versions: 26
Compression:
Stored size: 635 Bytes
Contents
{% for thing in loop %} {% if thing.html %} {% include {{ artwork }} %} {% elsif thing.liq %} {% include {{ artwork | replace: '.html','.liquid' }} %} {% elsif thing.svg %} {% include {{ artwork | replace: '.html','.svg' }} %} {% elsif thing.img %} <img src="{{ img | replace: '.html','.jpg' }}" alt="{{ title }}" style="width: 100%; height: auto;"> {% elsif thing.vid %} <video autoplay playsinline muted loop poster="{{ img | replace: '.html','.jpg' }}"> <source id="mp4" src="{{ vid | replace: '.html','.mp4' }}" type="video/mp4"> </video> {% endif %} {% endfor %}
Version data entries
26 entries across 26 versions & 1 rubygems